Mirror of CollapseOS
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

17 wiersze
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.)