On 6/9/06, Ilya <[EMAIL PROTECTED]> wrote:
Eric Arnold wrote: > I found that the contents of a particular ordinal tab number was too > fluid to be of much use to me, so I concentrated on making relative > navigation easier, but I could be alone in that. > > The way it stands, you can make a macro sequence from inside the > script using: > > {m}isc menu -> {ma}cro keys > > ... from key: <S-F1> > ... to keys: :1 tabnext<CR> > > using the (":" ex command passthrough). > > SImilarly, outside the script, > > nnoremap <S-F1> :1 tabnext<CR> > > accomplishes the same thing. IIUC, gt is the same as <S-F1> after :nnoremap <S-F1> :1 tabnext<CT>
I don't think so, as "gt" is "move to next tab", whereas "tabnext 1" and "1 tabnext" move to {count} tab number, not "next {count} number of tabs".