Skip to content

Instantly share code, notes, and snippets.

@heypano
Last active January 24, 2021 23:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save heypano/232ad961ea9ad44b206884ee83953477 to your computer and use it in GitHub Desktop.
Save heypano/232ad961ea9ad44b206884ee83953477 to your computer and use it in GitHub Desktop.
iterm keyboard shortcuts

Escape Sequences

  • Esc + b - Move back by word (option + left arrow)
  • Esc + f - Move forward by word (option + right arrow)
  • Esc + d - Delete word after (option + delete)

Hex Codes

  • 0x01 - Move to start of line (command + left arrow)
  • 0x05 - Move to end of line (command + right arrow)
  • 0x15 - Delete to start of line (command + backspace)
  • 0x17 - Delete word before (option + backspace)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment