Skip to content

Instantly share code, notes, and snippets.

@lemajes
Last active June 26, 2024 09:09
Show Gist options
  • Save lemajes/3785b1fd736dd7ad3e44eeccdd72be22 to your computer and use it in GitHub Desktop.
Save lemajes/3785b1fd736dd7ad3e44eeccdd72be22 to your computer and use it in GitHub Desktop.
[NEOVIM 101] NEOVIM 101 #neovim #vim #101

NEOVIM 101

Delete lines containgin word

:g/word/norm dd

Replace a word globally

:%s#bla#blou#g

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment