329 B
329 B
Neovim Knowledge
Disable Highlighting from search until the next search
:noh
Go to specific line
42G
Surround stuff (with the vim-surround plugin)
surround word
viwS<Input Character to surround>
Change Multiple Occurrences of the same word
*ciw n.n.n.n.n