Open blukat29 opened 10 years ago
Inspired by http://whileimautomaton.net/2008/11/vimm3/operator "How Vim user grows"
:w
and :q
, and how to move between levels.i
and Esc
key.v
Esc
, then arrow keys to move, then d
y
c
p
>
<
.w
b
0
$
gg
G
f+char
H
M
L
.aw
i(
i"
a'
dw
ci(
vf/
...5yy
3p
d2w
/regex
:%s/from/to/
. Regex options /g
/i