2009/6/25 yann:
>
> In the mising shortcut department, I'd love to be able to go directly
> to a specific tab by using cmd-1 to cmd-9 for the first 9 tabs. I
> searched the doc but didn't find a command I could bind to, in order
> to achieve this. Did I miss something or does this fall in the
> enhancement category?

Something like

:nmap <D-1> :tabn 1<CR>
:nmap <D-2> :tabn 2<CR>
:nmap <D-3> :tabn 3<CR>
...

should do the trick (you may also want to make the mapping in insert
mode, see ":h map-modes").

Björn

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_mac" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to