Last active
February 2, 2025 22:00
-
-
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
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
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