Mirror of CollapseOS
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

11 líneas
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.