Skip to content
This repository was archived by the owner on May 6, 2020. It is now read-only.
This repository was archived by the owner on May 6, 2020. It is now read-only.

Add Vim Ex commands #22

@wasamasa

Description

@wasamasa

: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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions