mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-01-17 05:28:37 +01:00
Fix typo in vim (close #4311)
This commit is contained in:
parent
310822b243
commit
5520ace40e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user