« Minimal Reproducible »

Home Tags About GitHub

quickly-add-or-remove-a-pair-of-parentheses-brackets-or-braces-in-vim

Published at 2024-01-15
Last update over 365 days ago Licensed under CC BY-NC-SA 4.0 softwares-and-toolsvim-cheatsheat

https://stackoverflow.com/questions/2084210/how-to-quickly-remove-a-pair-of-parentheses-brackets-or-braces-in-vim

you need 'tpope/vim-surround'

  • remove: ds(
  • add: ysiw(
ys$` select util end of line and add `

« Minimal Reproducible »

Powered by Astro