Show Menu
Cheatography

NeoVim Keyboard Shortcuts (DRAFT) by

Nvim NvChad cheatsheet

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

NvimTree - File Explorer

to hide/d­isplay hidden files and folders
(hide)
H
to expand the entire file tree starting from the root folder
(expan­d_all)
E
to close all open folders starting from the root folder
(colla­pse­_all)
W
to open the intera­ctive file search to which search filters can be applied
(find)
f
to close the intera­ctive search
 
F
to display inform­ation about the file such as size, creation date, etc.
 
Ctrl + k
allows the creation of files or folders, creating a folder is done by following the name with the slash /.
(add)
a
to rename the selected file from the original name
(rename)
r
 
(delete)
d
 
(cut)
x
 
(copy)
c
 
(paste)
p

Telescope

to search through terminal buffers
terminals
leader + pt