Mirror of CollapseOS
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

17 satır
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.)