This is a draft cheat sheet. It is a work in progress and is not finished yet.
NerdTree
go |
preview file |
t, T |
open in new tab |
i, gi ,s, gs |
split horizontal/vertical (g-preview) |
o, O, x, X |
open close dir |
r, R |
refresh |
C, cd, CD |
cwd, cwd to cursor, cwd to root |
p, P, K, J, <C-k> <C-j> |
go to parent, root, f-child.l-child, prev |
m |
Menu |
FZF
<C-g>g => Ag |
Search word |
<C-g>c => :Commands |
search plugin commands |
<C-f>l => :BLines |
search in current Buffer |
<C-p> => :GFiles |
search git files |
<C-p>a => :Files |
search all files |
|
|
Editing
cs " ' |
change characters " -> ' |
dib, vid, diB, viB |
delete/visual in Block |
:StripWhitespace |
remove white spaces |
Visual Behavior
:LimeLight |
fouce on current block |
|