Compare commits
No commits in common. "0ec5de785c5d334246bf1abf023bed6966f89ded" and "a761f804fe3e72c58d6f832c9dfaadb2205e878b" have entirely different histories.
0ec5de785c
...
a761f804fe
@ -1 +0,0 @@
|
||||
/Users/yorune/Library/Application Support/iTerm2
|
@ -225,18 +225,7 @@
|
||||
},
|
||||
"ignore": false,
|
||||
"manipulate_caps_lock_led": true,
|
||||
"simple_modifications": [
|
||||
{
|
||||
"from": {
|
||||
"key_code": "right_command"
|
||||
},
|
||||
"to": [
|
||||
{
|
||||
"key_code": "right_option"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
"simple_modifications": []
|
||||
},
|
||||
{
|
||||
"disable_built_in_keyboard_if_exists": false,
|
||||
@ -260,67 +249,6 @@
|
||||
"product_id": 6194,
|
||||
"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,
|
||||
"manipulate_caps_lock_led": true,
|
||||
"simple_modifications": []
|
||||
|
@ -16,6 +16,7 @@ bind-key n next
|
||||
bind-key p prev
|
||||
|
||||
# unbind keys
|
||||
unbind-key ENTER
|
||||
unbind-key j
|
||||
unbind-key k
|
||||
unbind-key J
|
||||
|
@ -56,5 +56,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"solargraph.commandPath": "~/.gem/ruby/2.6.0/bin/solargraph",
|
||||
"solargraph.formatting": true
|
||||
}
|
||||
|
10
.gitignore
vendored
10
.gitignore
vendored
@ -250,14 +250,6 @@ notes.org
|
||||
.config/gh/hosts.yml
|
||||
.local/state/gh/state.yml
|
||||
.emacs.d/ido.last~
|
||||
|
||||
.config/karabiner/automatic_backups
|
||||
.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