Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nurmuhammadsirat/49f04d9c7ebcf5747fde2d201b45368b to your computer and use it in GitHub Desktop.
Save nurmuhammadsirat/49f04d9c7ebcf5747fde2d201b45368b to your computer and use it in GitHub Desktop.
iTerm2 key mapping
# Jump word back
option + left
Send escape sequence
b
# Jump word forward
option + right
Send escape sequence
f
# Jump to start of line
command + left
Send hex code
0x01
# Jump to end of line
opt + right
Send hex code
0x05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment