Skip to content

Instantly share code, notes, and snippets.

@kevincolyar
Created January 24, 2011 19:03
Show Gist options
  • Save kevincolyar/793733 to your computer and use it in GitHub Desktop.
Save kevincolyar/793733 to your computer and use it in GitHub Desktop.
disable "Remote Desktop Connection"
map "<Ctrl-[>", "Escape"
map "<Ctrl-u>", "<Cmd-z>"
map "<Ctrl-m>", "<Ctrl-F2>"
except /iTerm/, /MacVim/ do
map "<Ctrl-j>", "Down"
map "<Ctrl-k>", "Up"
map "<Ctrl-h>", "Left"
map "<Ctrl-l>", "Right"
end
only /Chrome/ do
map "<Ctrl-h>", "<Cmd-Shift-[>"
map "<Ctrl-l>", "<Cmd-Shift-]>"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment