mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-27 07:33:57 +00:00
Merge b98bc6f95a
into 00e817db85
This commit is contained in:
commit
06f533ac41
@ -54,6 +54,7 @@ specific points in the file, and for fast editing.
|
|||||||
?word # Highlights all occurrences of word before cursor
|
?word # Highlights all occurrences of word before cursor
|
||||||
n # Moves cursor to next occurrence of word after search
|
n # Moves cursor to next occurrence of word after search
|
||||||
N # Moves cursor to previous occurrence of word
|
N # Moves cursor to previous occurrence of word
|
||||||
|
:nohl # Clear highlights of last search
|
||||||
|
|
||||||
:%s/foo/bar/g # Change 'foo' to 'bar' on every line in the file
|
:%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
|
:s/foo/bar/g # Change 'foo' to 'bar' on the current line
|
||||||
|
Loading…
Reference in New Issue
Block a user