some karabiner and vimrc stuff
This commit is contained in:
parent
c72291ac10
commit
5d3b7546c5
2 changed files with 33 additions and 1 deletions
|
|
@ -8,6 +8,7 @@
|
|||
{
|
||||
"complex_modifications": {
|
||||
"parameters": {
|
||||
"basic.to_delayed_action_delay_milliseconds": 500,
|
||||
"basic.to_if_alone_timeout_milliseconds": 1000
|
||||
},
|
||||
"rules": [
|
||||
|
|
@ -88,6 +89,7 @@
|
|||
"vendor_id": 3897
|
||||
},
|
||||
"ignore": false,
|
||||
"manipulate_caps_lock_led": false,
|
||||
"simple_modifications": [
|
||||
{
|
||||
"from": {
|
||||
|
|
@ -133,6 +135,33 @@
|
|||
"vendor_id": 1452
|
||||
},
|
||||
"ignore": false,
|
||||
"manipulate_caps_lock_led": true,
|
||||
"simple_modifications": []
|
||||
},
|
||||
{
|
||||
"disable_built_in_keyboard_if_exists": false,
|
||||
"fn_function_keys": [],
|
||||
"identifiers": {
|
||||
"is_keyboard": true,
|
||||
"is_pointing_device": false,
|
||||
"product_id": 49970,
|
||||
"vendor_id": 1133
|
||||
},
|
||||
"ignore": true,
|
||||
"manipulate_caps_lock_led": false,
|
||||
"simple_modifications": []
|
||||
},
|
||||
{
|
||||
"disable_built_in_keyboard_if_exists": false,
|
||||
"fn_function_keys": [],
|
||||
"identifiers": {
|
||||
"is_keyboard": false,
|
||||
"is_pointing_device": true,
|
||||
"product_id": 49970,
|
||||
"vendor_id": 1133
|
||||
},
|
||||
"ignore": true,
|
||||
"manipulate_caps_lock_led": false,
|
||||
"simple_modifications": []
|
||||
}
|
||||
],
|
||||
|
|
@ -234,7 +263,7 @@
|
|||
}
|
||||
}
|
||||
],
|
||||
"name": "",
|
||||
"name": "Default",
|
||||
"selected": true,
|
||||
"simple_modifications": [],
|
||||
"virtual_hid_keyboard": {
|
||||
|
|
|
|||
3
vimrc
3
vimrc
|
|
@ -127,6 +127,9 @@ set shiftwidth=4
|
|||
set expandtab
|
||||
set smarttab
|
||||
|
||||
" mouse
|
||||
set mouse=nicr
|
||||
|
||||
" so we get html goodies in php files
|
||||
"au BufRead *.php set ft=php.html
|
||||
"au BufNewFile *.php set ft=php.html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue