Skip to content

NeoVim — Commands

Hana Shiro edited this page Jun 1, 2018 · 2 revisions

Buffer Commands

Command Description
:NextBuffer Switch to next buffer. Used to integrate with vim-ctrlspace
:PrevBuffer Switch to previous buffer. Used to integrate with vim-ctrlspace

Window Commands

Command Description
:ToggleZoomWindow Maximize/Equalize windows

Terminal Commands

Command Description
:ClearScroll Clear scroll history of current terminal buffer

Plugin Commands

Plugin Command Description
CtrlSpace :RenameTabLabel Rename label of current tab, wrap to force refresh tabline
  :LoadWorkspace Show workspace list to load, wrapped by [fzf.vim][fzf]
  :SaveWorkspace Save current workspace, or prompts to provide workspace name
  :SaveWorkspacePrompt Save workspace with prompt

Helper Commands

Command Description
:SyntaxCheck Print current highlighted syntaxes at cursor position