Created
August 17, 2016 10:47
-
-
Save GokhanPolat/2130130877653b0be15531a4bdc0b21c to your computer and use it in GitHub Desktop.
iTerm2 User Profile Key Configs on MacOSX
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
# iTerm2 User Profile Key Configs on MacOSX | |
# Deleting a word: 0x17 | |
# Deleting a line: 0x15 | |
# Moving to the beginning of the line: 0x01 | |
# Moving to the end of the line: 0x05 | |
# Moving to the cursor 1 word back : (Esc+) b | |
# Moving to the cursor 1 word forth : (Esc+) f | |
⌘←Delete | |
Send Hex Code | |
0x15 | |
⌥←Delete | |
Send Hex Code | |
0x17 | |
⌥← | |
Send Escaped Sequence | |
(Esc+) b | |
⌥→ | |
Send Escaped Sequence | |
(Esc+) f | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment