diff --git a/pages/common/vim.md b/pages/common/vim.md index 7d826594d4..9ca4c24aac 100644 --- a/pages/common/vim.md +++ b/pages/common/vim.md @@ -23,7 +23,7 @@ `/{{search_pattern}}` -- Perform a regex substitution in the whole file (from the start to the end(% holds the file name)): +- Perform a regex substitution in the whole file: `:%s/{{pattern}}/{{replacement}}/g`