Vi notes: Difference between revisions
Jump to navigation
Jump to search
(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") |
(No difference)
|
Latest revision as of 09:47, 19 January 2022
Notes on the oddball stuff I keep forgetting in vi..
- Find and replace:
:%s/search_string/replacement_string/g