Vi notes

From I Will Fear No Evil
Revision as of 09:47, 19 January 2022 by Chubbard (talk | contribs) (Created page with "Notes on the oddball stuff I keep forgetting in vi.. * Find and replace: <pre> :%s/search_string/replacement_string/g </pre> Category:Vi")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Notes on the oddball stuff I keep forgetting in vi..

  • Find and replace:
  :%s/search_string/replacement_string/g