Skip to content

Instantly share code, notes, and snippets.

@jtadeulopes
Created June 24, 2010 14:43
Show Gist options
  • Select an option

  • Save jtadeulopes/451538 to your computer and use it in GitHub Desktop.

Select an option

Save jtadeulopes/451538 to your computer and use it in GitHub Desktop.
" Trocar de abas dentro do gvim usando Alt+1, Alt+2...
" Editar o arquivo ~/.vimrc e inserir os dados abaixo
"tabs
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> 10g
:nmap <D-t> :tabnew<CR>
:imap <D-t> <Esc>:tabnew<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment