Created
June 24, 2010 14:43
-
-
Save jtadeulopes/451538 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
| " 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