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( 1ys$` select util end of line and add `