Cheatography
https://cheatography.com
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 highlighting |
:TSInstall <language> |
Check installed language highlighting |
:TSInstallInfo |
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 |
|
|
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 |
|