-
Notifications
You must be signed in to change notification settings - Fork 0
NeoVim — Commands
Hana Shiro edited this page Jun 1, 2018
·
2 revisions
Command | Description |
---|---|
:NextBuffer |
Switch to next buffer. Used to integrate with vim-ctrlspace |
:PrevBuffer |
Switch to previous buffer. Used to integrate with vim-ctrlspace |
Command | Description |
---|---|
:ToggleZoomWindow |
Maximize/Equalize windows |
Command | Description |
---|---|
:ClearScroll |
Clear scroll history of current terminal buffer |
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 |
Command | Description |
---|---|
:SyntaxCheck |
Print current highlighted syntaxes at cursor position |