mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-05 21:50:55 +11:00
17 lines
612 B
Plaintext
17 lines
612 B
Plaintext
Pressing a 0-9 digit accumulates that digit into what is named
|
|
the "modifier". That modifier affects the behavior of many
|
|
keystokes described below. The modifier starts at zero, but
|
|
most commands interpret a zero as a 1 so that they can have an
|
|
effect.
|
|
|
|
'g' selects the block specified by the modifier as the current
|
|
block. Any change madde to the previously selected block is
|
|
saved beforehand.
|
|
|
|
'[' and ']' advance the selected block by modifier.
|
|
|
|
';' resets the modifier. 'q' quits.
|
|
|
|
'h' and 'l' move the cursor by "modifier" characters. 'j' and
|
|
'k', by lines. (cont.)
|