Mirror of CollapseOS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
497B

  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.