Compare commits
6 Commits
a761f804fe
...
0ec5de785c
Author | SHA1 | Date | |
---|---|---|---|
0ec5de785c | |||
590ee10a1f | |||
38ea030de2 | |||
c89f035b51 | |||
bba7f33736 | |||
fed0cd6118 |
1
.config/iterm2/AppSupport
Symbolic link
1
.config/iterm2/AppSupport
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
/Users/yorune/Library/Application Support/iTerm2
|
@ -225,7 +225,18 @@
|
|||||||
},
|
},
|
||||||
"ignore": false,
|
"ignore": false,
|
||||||
"manipulate_caps_lock_led": true,
|
"manipulate_caps_lock_led": true,
|
||||||
"simple_modifications": []
|
"simple_modifications": [
|
||||||
|
{
|
||||||
|
"from": {
|
||||||
|
"key_code": "right_command"
|
||||||
|
},
|
||||||
|
"to": [
|
||||||
|
{
|
||||||
|
"key_code": "right_option"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"disable_built_in_keyboard_if_exists": false,
|
"disable_built_in_keyboard_if_exists": false,
|
||||||
@ -249,6 +260,67 @@
|
|||||||
"product_id": 6194,
|
"product_id": 6194,
|
||||||
"vendor_id": 4152
|
"vendor_id": 4152
|
||||||
},
|
},
|
||||||
|
"ignore": true,
|
||||||
|
"manipulate_caps_lock_led": false,
|
||||||
|
"simple_modifications": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"disable_built_in_keyboard_if_exists": false,
|
||||||
|
"fn_function_keys": [],
|
||||||
|
"identifiers": {
|
||||||
|
"is_keyboard": true,
|
||||||
|
"is_pointing_device": false,
|
||||||
|
"product_id": 615,
|
||||||
|
"vendor_id": 76
|
||||||
|
},
|
||||||
|
"ignore": false,
|
||||||
|
"manipulate_caps_lock_led": true,
|
||||||
|
"simple_modifications": [
|
||||||
|
{
|
||||||
|
"from": {
|
||||||
|
"key_code": "right_command"
|
||||||
|
},
|
||||||
|
"to": [
|
||||||
|
{
|
||||||
|
"key_code": "right_option"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"disable_built_in_keyboard_if_exists": false,
|
||||||
|
"fn_function_keys": [],
|
||||||
|
"identifiers": {
|
||||||
|
"is_keyboard": false,
|
||||||
|
"is_pointing_device": true,
|
||||||
|
"product_id": 6194,
|
||||||
|
"vendor_id": 4152
|
||||||
|
},
|
||||||
|
"ignore": true,
|
||||||
|
"manipulate_caps_lock_led": false,
|
||||||
|
"simple_modifications": [
|
||||||
|
{
|
||||||
|
"from": {
|
||||||
|
"pointing_button": "button5"
|
||||||
|
},
|
||||||
|
"to": [
|
||||||
|
{
|
||||||
|
"apple_vendor_keyboard_key_code": "launchpad"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"disable_built_in_keyboard_if_exists": false,
|
||||||
|
"fn_function_keys": [],
|
||||||
|
"identifiers": {
|
||||||
|
"is_keyboard": true,
|
||||||
|
"is_pointing_device": false,
|
||||||
|
"product_id": 34304,
|
||||||
|
"vendor_id": 1452
|
||||||
|
},
|
||||||
"ignore": false,
|
"ignore": false,
|
||||||
"manipulate_caps_lock_led": true,
|
"manipulate_caps_lock_led": true,
|
||||||
"simple_modifications": []
|
"simple_modifications": []
|
||||||
|
@ -16,7 +16,6 @@ bind-key n next
|
|||||||
bind-key p prev
|
bind-key p prev
|
||||||
|
|
||||||
# unbind keys
|
# unbind keys
|
||||||
unbind-key ENTER
|
|
||||||
unbind-key j
|
unbind-key j
|
||||||
unbind-key k
|
unbind-key k
|
||||||
unbind-key J
|
unbind-key J
|
||||||
|
@ -56,6 +56,5 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"solargraph.commandPath": "~/.gem/ruby/2.6.0/bin/solargraph",
|
|
||||||
"solargraph.formatting": true
|
"solargraph.formatting": true
|
||||||
}
|
}
|
||||||
|
12
.gitignore
vendored
12
.gitignore
vendored
@ -250,6 +250,14 @@ notes.org
|
|||||||
.config/gh/hosts.yml
|
.config/gh/hosts.yml
|
||||||
.local/state/gh/state.yml
|
.local/state/gh/state.yml
|
||||||
.emacs.d/ido.last~
|
.emacs.d/ido.last~
|
||||||
|
|
||||||
.config/karabiner/automatic_backups
|
.config/karabiner/automatic_backups
|
||||||
.config/qBittorrent
|
.config/qBittorrent
|
||||||
|
.config/envman
|
||||||
|
.emacs.d/.last-package-update-day
|
||||||
|
.emacs.d/amx-items
|
||||||
|
.local/bin/pathman
|
||||||
|
.local/bin/webi
|
||||||
|
.local/opt/pathman-v0.5.2/bin
|
||||||
|
Musik/
|
||||||
|
|
||||||
|
.config/ytmdl
|
Loading…
Reference in New Issue
Block a user