Created
January 18, 2011 01:10
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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