Created
May 29, 2012 12:57
-
-
Save BDQ/2828234 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
" changing tabs with number keys | |
let mapleader=',' | |
map <leader>1 1gt | |
map <leader>2 2gt | |
map <leader>3 3gt | |
map <leader>4 4gt | |
map <leader>5 5gt | |
map <leader>6 6gt | |
map <leader>7 7gt | |
map <leader>8 8gt | |
map <leader>9 9gt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
These work well, added 3 extra lines
map [ gT
map ] gt
map 0 :tablast