Skip to content

Instantly share code, notes, and snippets.

@gardner
Created June 5, 2012 17:54
Show Gist options
  • Save gardner/2876561 to your computer and use it in GitHub Desktop.
Save gardner/2876561 to your computer and use it in GitHub Desktop.
Ctrl-Arrow Word Movement in OSX Terminal
open Terminal.app
Preferences | Settings | Keyboard
control cursor left = \033b
control cursor right = \033f
@rheyns
Copy link

rheyns commented Nov 29, 2012

'\033' will appear as '\033'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment