Skip to content

Instantly share code, notes, and snippets.

@BDQ
Created May 29, 2012 12:57
Show Gist options
  • Save BDQ/2828234 to your computer and use it in GitHub Desktop.
Save BDQ/2828234 to your computer and use it in GitHub Desktop.
" 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
@cmar
Copy link

cmar commented May 29, 2012

These work well, added 3 extra lines

map [ gT
map ] gt
map 0 :tablast

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment