You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 6, 2020. It is now read-only.
:help tabpage in Vim reveals a good amount of tab-related Ex commands which could be implemented as (unbound?) commands and bound to Evil's Ex commands if it's enabled.
implement extended {count} argument
gt
<C-PageDown>
:tabn[ext]
{count}gt
{count}<C-PageDown>
:tabn[ext] {count}
wraparound without argument
gT
<C-PageUp>
:tabp[revious]
:tabN[ext]
{count}gT
{count}<C-PageUp>
:tabp[revious] {count}
:tabN[ext] {count}
wraparound without argument
:tabfir[st]
:tabr[ewind]
:tabl[ast]
:[count]tabe[dit]
:[count]tabnew
:[count]tabe[dit] [++opt] [+cmd] {file}
:[count]tabnew [++opt] [+cmd] {file}
[count]C-w T
:tabm[ove] [N]
:[N]tabm[ove]
:tabm[ove] +[N]
:tabm[ove] -[N]
gc
:tabc[lose]
:tabc[lose][!]
{count}gc
:{count}tabc[lose]
:{count}tabc[lose]!
:tabc[lose]{count}
:tabc[lose]!{count}
:tabo[nly]
:tabo[nly][!]
:{count}tabo[nly]
:{count}tabo[nly][!]
:tabs
:[count]tab {cmd}
:[range]tabd[o] {cmd}
:[count]tabf[ind] [++opt] [+cmd] {file}
C-w gf
C-w gF
zx
Find a better solution and keybinding for it
The text was updated successfully, but these errors were encountered:
:help tabpage
in Vim reveals a good amount of tab-related Ex commands which could be implemented as (unbound?) commands and bound to Evil's Ex commands if it's enabled.{count}
argumentgt
<C-PageDown>
:tabn[ext]
{count}gt
{count}<C-PageDown>
:tabn[ext] {count}
gT
<C-PageUp>
:tabp[revious]
:tabN[ext]
{count}gT
{count}<C-PageUp>
:tabp[revious] {count}
:tabN[ext] {count}
:tabfir[st]
:tabr[ewind]
:tabl[ast]
:[count]tabe[dit]
:[count]tabnew
:[count]tabe[dit] [++opt] [+cmd] {file}
:[count]tabnew [++opt] [+cmd] {file}
[count]C-w T
:tabm[ove] [N]
:[N]tabm[ove]
:tabm[ove] +[N]
:tabm[ove] -[N]
gc
:tabc[lose]
:tabc[lose][!]
{count}gc
:{count}tabc[lose]
:{count}tabc[lose]!
:tabc[lose]{count}
:tabc[lose]!{count}
:tabo[nly]
:tabo[nly][!]
:{count}tabo[nly]
:{count}tabo[nly][!]
:tabs
:[count]tab {cmd}
:[range]tabd[o] {cmd}
:[count]tabf[ind] [++opt] [+cmd] {file}
C-w gf
C-w gF
zx
The text was updated successfully, but these errors were encountered: