Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 320 Bytes

File metadata and controls

10 lines (8 loc) · 320 Bytes

my simple Neovim config using Lazy plugin manager

quickfix-reflector / edit quickfix window / global search and replace

  • use Telescope to find the word to replace
  • control / q => add to quickfix list
  • use :%s/... to change word, and then :w

nvim-surround

Surrounding with

HTML / Jsx tags:

v j3 St p