Vim tips
A substitution with an empty search pattern replaces matches from the last search. After finding “foo” (/foo) in the file, you can replace all occurrences with :s//bar/.
Source.
Neovim stores its data in this directories:
| |
A substitution with an empty search pattern replaces matches from the last search. After finding “foo” (/foo) in the file, you can replace all occurrences with :s//bar/.
Source.
Neovim stores its data in this directories:
| |