Normal and Visual - Navigation & Shortcuts Flashcards
1
Q
Return to Normal Mode
A
^[
1
Q
Jump to line n
A
nG (gg same as 1G)
1
Q
Auto-indent current line
A
==
2
Q
Replace character under cursor
A
r (followed by new char)
3
Q
Yank(copy) current line
A
yy
3
Q
Jump to matching parentheses
A
%
4
Q
Jump forward
A
^i
6
Q
Paste before cursor
A
P
6
Q
Delete character after cursor
A
x
8
Q
Find file under cursor in path and Jump to it
A
gf
9
Q
Undo
A
u
11
Q
Redo
A
^r
11
Q
Repeat
A
. (period)
11
Q
Align top of screen with cursor
A
zt
13
Q
Paste after cursor
A
p