Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 325 Bytes

02_NvimPluginTips.md

File metadata and controls

7 lines (6 loc) · 325 Bytes

Neovim Plugin Tips

A list of tips grouped per plugin

  • Surround word under the cursor with double quotes: ysiw"
  • Delete surrounding quotes on the word under the cursor: ds"
  • Change surrounding quotes on the word under the cursor from double to single: cs"'