Mirror of CollapseOS
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

17 рядки
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.)