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

17 строки
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.