vim: add s for substitution

coverage
Max Strübing 2017-10-19 19:27:18 +02:00
parent 37fa82919b
commit c4a0fbd89e
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
- Perform a regex substitution in the whole file (from the start to the end(% holds the file name)):
`<Esc>:%/{{pattern}}/{{replacement}}/g<Enter>`
`<Esc>:%s/{{pattern}}/{{replacement}}/g<Enter>`
- Save (write) the file, and quit: