Skip to content

Keybindings Reference

Complete reference for all MaxxVim keybindings. Leader key is <Space>.

KeybindingActionPlugin
<leader>ffFind filesTelescope
<leader>frRecent filesTelescope
<leader>fsFind string in projectTelescope
<leader>fbFind buffersTelescope
<leader>fhFind helpTelescope
KeybindingActionPlugin
<leader>eeToggle file explorerNvimTree
<leader>efFind current file in explorerNvimTree
<leader>erRefresh file explorerNvimTree
KeybindingAction
gdGo to definition
gDGo to declaration
grShow references
giGo to implementation
gtGo to type definition
KHover documentation
<leader>caCode actions
<leader>rnRename symbol
[dPrevious diagnostic
]dNext diagnostic
<leader>dShow line diagnostics
KeybindingActionPlugin
<leader>gsGit statusFugitive
<leader>gbGit blameFugitive
<leader>gcGit commitsTelescope
<leader>gtGit status (telescope)Telescope
<leader>ghPreview hunkGitSigns
<leader>gpPreview hunk inlineGitSigns
<leader>grReset hunkGitSigns
<leader>gRReset bufferGitSigns
KeybindingActionPlugin
<C-\>Toggle floating terminalToggleTerm
<leader>thHorizontal terminalToggleTerm
<leader>tvVertical terminalToggleTerm
KeybindingActionPlugin
<leader>xxToggle troubleTrouble
<leader>xdDocument diagnosticsTrouble
<leader>xwWorkspace diagnosticsTrouble
<leader>xtTodo commentsTrouble
KeybindingActionPlugin
<S-h>Previous bufferBufferLine
<S-l>Next bufferBufferLine
<leader>bdDelete bufferBufferLine
<leader>boClose othersBufferLine
<leader>bpToggle pinBufferLine
KeybindingAction
<C-h>Move to left window
<C-j>Move to bottom window
<C-k>Move to top window
<C-l>Move to right window
<C-Up>Increase window height
<C-Down>Decrease window height
<C-Left>Decrease window width
<C-Right>Increase window width
KeybindingActionPlugin
jkExit insert modeCustom
<A-j>Move line downCustom
<A-k>Move line upCustom
<leader>/Toggle commentComment.nvim
<leader>wSave fileCustom
<leader>qQuitCustom
KeybindingAction
<Esc>Clear search highlights
nNext search result
NPrevious search result
*Search word under cursor
#Search word under cursor (backwards)
KeybindingActionPlugin
<leader>ssSave sessionAuto-session
<leader>srRestore sessionAuto-session
<leader>sdDelete sessionAuto-session
KeybindingActionPlugin
<leader>wkShow which-keyWhichKey
<leader>uzToggle zen modeZen-mode
<leader>utToggle todo highlightsTodo-comments