Created
May 12, 2020 21:10
-
-
Save ecbrodie/edfc3e9d6d3d86e82e4828396c652782 to your computer and use it in GitHub Desktop.
iTerm2 Key Mappings
This file contains 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
cmd+delete: hex code 0x15 | |
opt+delete: hex code 0x17 | |
shift+enter: "✠" (useful for my personal VIM setup) | |
opt+←: send ^[b | |
cmd+←: hex code 0x01 | |
opt+→: send ^[f | |
cmd+→: hex code 0x05 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment