Skip to content

Instantly share code, notes, and snippets.

@sleepynate
Created August 30, 2010 20:05
Show Gist options
  • Save sleepynate/557964 to your computer and use it in GitHub Desktop.
Save sleepynate/557964 to your computer and use it in GitHub Desktop.
map <A-1> 1gt
map <A-2> 2gt
map <A-3> 3gt
map <A-4> 4gt
map <A-5> 5gt
map <A-6> 6gt
map <A-7> 7gt
map <A-8> 8gt
map <A-9> 9gt
map <A-0> 10gt
map <up> :wincmd k<CR>
map <down> :wincmd j<CR>
map <right> :wincmd l<CR>
map <left> :wincmd h<CR>
map <A-right> :bnext<CR>
map <A-left> :bprevious<CR>
map <right> :bnext<CR>
map <left> :bprevious<CR>
map <A-down> :tabnext<CR>
map <A-up> :tabprevious<CR>
map <down> :tabnext<CR>
map <up> :tabprevious<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment