Skip to content

Instantly share code, notes, and snippets.

@wearhere
Created January 13, 2014 21:59
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 wearhere/8408961 to your computer and use it in GitHub Desktop.
Save wearhere/8408961 to your computer and use it in GitHub Desktop.
Enable OS X text navigation keyboard shortcuts in the Terminal using Keymando: http://keymando.com/.
start_at_login
only "Terminal" do
# Beginning/end of line
map "<Cmd-Left>", "<Ctrl-a>"
map "<Cmd-Right>", "<Ctrl-e>"
# Previous/next word
map "<Alt-Left>", "<Alt-b>"
map "<Alt-Right>", "<Alt-f>"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment