Mirror of CollapseOS
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

17 řádky
503B

  1. 'f' puts the contents of your previous cursor movement into
  2. FBUF. If that movement was a forward movement, it brings the
  3. cursor back where it was. This allows for an efficient combi-
  4. nation of movements and 'E'. For example, if you want to delete
  5. the next word, you type 'w', then 'f', then check your FBUF to
  6. be sure, then press 'E'.
  7. 'R' goes into replace mode at current cursor position.
  8. Following keystrokes replace current character and advance
  9. cursor. Press return to return to normal mode.