Linux.com

Shortcuts for tabbing.

Posted by: Anonymous Coward on January 25, 2007 02:51 AM
I use Ctrl-n and Ctrl-p for next and previous tab.

Just add this to your<nobr> <wbr></nobr>.vimrc

nnoremap <silent> <C-n><nobr> <wbr></nobr>:tabnext<CR>

nnoremap <silent> <C-p><nobr> <wbr></nobr>:tabprevious<CR>

Enjoy!

#

Return to Vim tips: Using tabs