Mirror of CollapseOS
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

17 řádky
639B

  1. All keystrokes are directly interpreted by VE and have the
  2. effect described below.
  3. Pressing a 0-9 digit accumulates that digit into what is named
  4. the "modifier". That modifier affects the behavior of many
  5. keystrokes described below. The modifier starts at zero, but
  6. most commands interpret a zero as a 1 so that they can have an
  7. effect.
  8. 'g' selects the block specified by the modifier as the current
  9. block. Any change made to the previously selected block is
  10. saved beforehand.
  11. '[' and ']' advances the selected block by "modifier". 't' opens
  12. the previously opened block.
  13. (cont.)