Show Menu
Cheatography

NV Cheat Sheet (DRAFT) by

Cheatsheet for my neovim editor

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

Quickie

Save all and Quit
ZA

Window

Move Window To The Right
Alt+l
Move Window To The Left
Alt+h
Increase Window Width
Alt+-
Decrease Window Width
Alt-=
 

Comment

# Current line
\+cc
# Selected with formatting
\+cs

Surround

Change current pair (e.g. " ) to (')
cs"'
Change current tag or to other things
cst"
Remove pairs (e.g. ")
ds"
Remove tag
dst
Surround Selected
(Visual) S

Emmet

Emmet
<C-­y>+,
 

NERDTree

Toggle NERDTree
\+n