Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Most Used

Editing

Code Block
languagebash
:%s/foo/bar/g  # search and replace all
:%s/foo/bar/gc # search and replace with confirmation

Moving

Code Block
languagebash
:G     # Go to bottom of document.

References

http://vim.wikia.com/wiki/Search_and_replace