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