Last active
January 31, 2020 12:42
-
-
Save tngranados/b1aef481755a6b893ac8fd3004bf701c to your computer and use it in GitHub Desktop.
The iTerm2 keys presset I use in conjuction with my zsh config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Touch Bar Items": [ | |
], | |
"Key Mappings": { | |
"0xf703-0x280000": { | |
"Text": "altright", | |
"Action": 10 | |
}, | |
"0xf729-0x0": { | |
"Text": "home", | |
"Action": 10 | |
}, | |
"0xf703-0x300000": { | |
"Text": "cmdright", | |
"Action": 10 | |
}, | |
"0x7f-0x80000": { | |
"Text": "altdelete", | |
"Action": 10 | |
}, | |
"0xf728-0x80000": { | |
"Text": "altdeleteforward", | |
"Action": 10 | |
}, | |
"0xf1-0x80000": { | |
"Text": "~", | |
"Action": 12 | |
}, | |
"0xf728-0x0": { | |
"Text": "deleteforward", | |
"Action": 10 | |
}, | |
"0xf702-0x280000": { | |
"Text": "altleft", | |
"Action": 10 | |
}, | |
"0xf728-0x100000": { | |
"Text": "cmddeleteforward", | |
"Action": 10 | |
}, | |
"0xf702-0x300000": { | |
"Text": "cmdleft", | |
"Action": 10 | |
}, | |
"0xf72b-0x0": { | |
"Text": "end", | |
"Action": 10 | |
}, | |
"0x6b-0x100000": { | |
"Text": "", | |
"Action": 13 | |
}, | |
"0x7f-0x100000": { | |
"Text": "cmddelete", | |
"Action": 10 | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment