Mirror of CollapseOS
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

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