This is a draft cheat sheet. It is a work in progress and is not finished yet.
Movement
Left |
h |
Down |
j |
Up |
k |
Right |
l |
Forward a Word |
w |
Back a Word |
q |
Start of Line |
a |
End of Line |
s |
Find with Ctags (Visual) |
f |
Leader Stuff
Leader |
, |
Rename File |
<leader>r |
Nerd Tree Toggle |
<leader>n |
|
|
Tmux
New Window |
c |
Close Window |
& |
Vertical Pane Split |
% |
Horizontal Pane Split |
" |
Kill Pane |
x |
Inserting
Insert Before Cursor |
i |
Insert at Start of Line |
A |
Insert at End of Line |
S |
Insert with New Line Below |
o |
Insert with New Line Above |
O |
|
|
Cut and Paste
yy |
Copy Line |
yw |
Copy Word |
y$ |
Copy to End of Line |
p |
Paste |
dd |
Cut Line |
dw |
Cut Word |
D |
Cut to End of Line |
x |
Cut Character |
|