collapseos/blk/121

17 lines
612 B
Plaintext
Raw Normal View History

2020-06-05 00:39:59 +10:00
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.
2020-06-05 08:52:59 +10:00
'g' selects the block specified by the modifier as the current
2020-06-05 00:39:59 +10:00
block. Any change madde to the previously selected block is
saved beforehand.
'[' and ']' advance the selected block by modifier.
2020-06-05 08:52:59 +10:00
';' resets the modifier. 'q' quits.
2020-06-05 02:04:13 +10:00
2020-06-05 08:52:59 +10:00
'h' and 'l' move the cursor by "modifier" characters. 'j' and
'k', by lines. (cont.)