Skip to content

Instantly share code, notes, and snippets.

@GokhanPolat
Created August 17, 2016 10:47
Show Gist options
  • Save GokhanPolat/2130130877653b0be15531a4bdc0b21c to your computer and use it in GitHub Desktop.
Save GokhanPolat/2130130877653b0be15531a4bdc0b21c to your computer and use it in GitHub Desktop.
iTerm2 User Profile Key Configs on MacOSX
# 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