Skip to content

Instantly share code, notes, and snippets.

@gardner
Created June 5, 2012 17:54
Show Gist options
  • Select an option

  • Save gardner/2876561 to your computer and use it in GitHub Desktop.

Select an option

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

rheyns commented Nov 29, 2012

Copy link
Copy Markdown

'\033' will appear as '\033'

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