Show Menu
Cheatography

Neovim Commands + Keybinds Cheat Sheet (DRAFT) by

Neovim (specifically using Nvchad) keybinds and commands

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Misc Commands

Access inbuilt cheatsheet
Space + C + H
Change theme
Space + T + H
Install language highli­ghting
:TSInstall <la­ngu­age>
Check installed language highli­ghting
:TSIns­tal­lInfo

Files/­Buffer

Space + F + F
Search files in current dir
Space + F + B
Show open files in buffer
Tab
Go forward in buffer
Shift + Tab
Go backward in buffer
Space + X
Close buffer
 

Vim keywords

<le­ade­r>
Space key

Filetree (nvim-­tree)

Ctrl + N
Open the file tree
A
Create a file
R
Rename file
C
Copy a file
P
Paste a file
D
Delete a file
- (hyphen)
Go up in directory tree
(go to parent dir)
M
Mark file/dir
Ctrl + L
Move from file tree to editor
Ctrl + H
Move from editor to file tree
 

Window Managment

:vsp
Split into vertical window
:sp
Split into horizontal window
Ctrl + H/J/K/L
Navigate through windows
Ctrl + W + Q
Close window

Shell (terminal)

Space + H
Horizontal terminal window
Space + V
Vertical terminal window