2020-06-12 11:52:08 +10:00
|
|
|
'h' and 'l' move the cursor by "modifier" characters. 'j' and
|
|
|
|
'k', by lines.
|
2020-06-12 08:12:01 +10:00
|
|
|
|
2020-06-12 11:52:08 +10:00
|
|
|
'H' goes to the beginning of the line, 'L' to the end.
|
2020-06-12 08:12:01 +10:00
|
|
|
|
2020-06-12 11:52:08 +10:00
|
|
|
'w' moves forward by "modifier" words. 'b' moves backward.
|
|
|
|
'W' moves to end-of-word. 'B', backwards.
|
2020-06-12 08:12:01 +10:00
|
|
|
|
2020-06-12 11:52:08 +10:00
|
|
|
'I', 'F', 'Y', 'X' and 'E' invoke the corresponding command
|
2020-06-12 08:12:01 +10:00
|
|
|
|
2020-06-12 11:52:08 +10:00
|
|
|
'o' inserts a blank line after the cursor. 'O', before.
|
2020-06-12 08:12:01 +10:00
|
|
|
|
2020-06-12 11:52:08 +10:00
|
|
|
'D' deletes "modifier" lines at the cursor. The first of those
|
|
|
|
lines is copied to IBUF.
|
|
|
|
(cont.)
|
2020-06-12 08:12:01 +10:00
|
|
|
|