Mirror of CollapseOS
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

17 строки
612B

  1. Pressing a 0-9 digit accumulates that digit into what is named
  2. the "modifier". That modifier affects the behavior of many
  3. keystokes described below. The modifier starts at zero, but
  4. most commands interpret a zero as a 1 so that they can have an
  5. effect.
  6. 'g' selects the block specified by the modifier as the current
  7. block. Any change madde to the previously selected block is
  8. saved beforehand.
  9. '[' and ']' advance the selected block by modifier.
  10. ';' resets the modifier. 'q' quits.
  11. 'h' and 'l' move the cursor by "modifier" characters. 'j' and
  12. 'k', by lines. (cont.)