Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions beginner.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ Basics: wWbBeE
B - Backward to the next beginning of a WORD
e - Forward to the next end of word
E - Forward to the next end of WORD
0 - Move to the zeroth character of the current line.
$ - Move to the last character of the current line.
^ - Move to the frst character of the non-blank character of the current line.


Slightly less basic: fFtT
All follow [(n)um]<verb><n(o)un> syntax
Expand Down