← Home

LazyVim

Basics

CommandUse
<Esc>Exit back to normal mode
<C-s>Save the current file
<leader>fnCreate a new file
<leader>qqQuit all

Editing

CommandUse
iStart inserting before the cursor
aStart inserting after the cursor
oOpen a new line below
uUndo
<C-r>Redo
ddDelete the current line
yyCopy the current line
pPaste after the cursor

Explorer

CommandUse
<leader>eToggle the explorer
HShow or hide hidden files

Search

CommandUse
<leader><space>Find files fast
<leader>/Search text across the project

Buffers & windows

CommandUse
<C-h> <C-j> <C-k> <C-l>Move between windows