Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Esc
Code Block
languagebash
 /text   # look for "text"
Enter

get the first result, and press N to find the next one.

...

Esc
Code Block
languagebash
  %s/text/newtext   # replace "text" with "newtext"