Skip to content

Instantly share code, notes, and snippets.

@subelsky
Created January 18, 2011 01:10
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 subelsky/783829 to your computer and use it in GitHub Desktop.
Save subelsky/783829 to your computer and use it in GitHub Desktop.
maps the apple key plus a number to change tabs in Macvim, just like any other app
map <D-1> 1gt
map <D-2> 2gt
map <D-3> 3gt
map <D-4> 4gt
map <D-5> 5gt
map <D-6> 6gt
map <D-7> 7gt
map <D-8> 8gt
map <D-9> 9gt
map <D-0> 10gt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment