Skip to content

Instantly share code, notes, and snippets.

@dasgoll
Last active December 11, 2019 12:59
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dasgoll/9b341eaa0b54815f28422384092e0f80 to your computer and use it in GitHub Desktop.
Save dasgoll/9b341eaa0b54815f28422384092e0f80 to your computer and use it in GitHub Desktop.
Use ⌥ ← and ⌥→ to jump forwards / backwards words in iTerm 2, on OS X
Preferences -> Profiles -> Keys
Left Key change from "Normal" to "Esc+"
Right Key change from "Normal" to "Esc+"
Add Keyboard Shortcut
Keyboard Shortcut: ⌥←
Action: Send Escape Sequence
Esc+: b
Keyboard Shortcut: ⌥→
Action: Send Escape Sequence
Esc+: f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment