This is a draft cheat sheet. It is a work in progress and is not finished yet.
Character
f<char>
= jump to next occurence of <char>
|
t<char>
= jump to character before next occurence of <char>
|
F<char>
= jump to prev occurence of <char>
|
T<char>
= jump to character after prev occurence of <char>
|
,
= go to next occurrence of <char>
|
;
= go to previous occurrence of <char>
|
|
Basics
|
|
|
|
0
= jump to start of line |
|
-
= jump to start of line above |
+
= jump to start of line below |
Character
f<char>
= jump to next occurence of <char>
|
t<char>
= jump to character before next occurence of <char>
|
F<char>
= jump to prev occurence of <char>
|
T<char>
= jump to character after prev occurence of <char>
|
|
|
Text
|
|
|
|
W
= start of next blank-separated word |
B
= start of prev blank-separated word |
E
= end of next blank-separated word |
gE
= end of prev blank-separated word |
|
|
|