From 5520ace40eecdd324adad51de9f10bb65a60fd43 Mon Sep 17 00:00:00 2001 From: "Marcel Ribeiro Dantas, Ph.D" Date: Fri, 8 Jul 2022 15:02:07 +0200 Subject: Fix typo in vim (close #4311) --- vim.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vim.html.markdown') diff --git a/vim.html.markdown b/vim.html.markdown index 00a44807..a72db158 100644 --- a/vim.html.markdown +++ b/vim.html.markdown @@ -54,7 +54,7 @@ specific points in the file, and for fast editing. /word # Highlights all occurrences of word after cursor ?word # Highlights all occurrences of word before cursor n # Moves cursor to next occurrence of word after search - N # Moves cursor to previous occerence of word + N # Moves cursor to previous occurrence of word :%s/foo/bar/g # Change 'foo' to 'bar' on every line in the file :s/foo/bar/g # Change 'foo' to 'bar' on the current line -- cgit v1.2.3