diff --git a/pages/common/vim.md b/pages/common/vim.md index f8846af4b..7d826594d 100644 --- a/pages/common/vim.md +++ b/pages/common/vim.md @@ -25,7 +25,7 @@ - Perform a regex substitution in the whole file (from the start to the end(% holds the file name)): -`:%/{{pattern}}/{{replacement}}/g` +`:%s/{{pattern}}/{{replacement}}/g` - Save (write) the file, and quit: