mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-06 01:50:57 +11:00
17 lines
639 B
Plaintext
17 lines
639 B
Plaintext
All keystrokes are directly interpreted by VE and have the
|
|
effect described below.
|
|
|
|
Pressing a 0-9 digit accumulates that digit into what is named
|
|
the "modifier". That modifier affects the behavior of many
|
|
keystrokes 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 made to the previously selected block is
|
|
saved beforehand.
|
|
|
|
'[' and ']' advances the selected block by "modifier". 't' opens
|
|
the previously opened block.
|
|
(cont.)
|