-
As /u/Schnarfman suggested, you can use a custom text object - something like argtextobj.vim, which adds the a argument text object, so from (cursor is I)
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
I use vim-textobj-between which is similar to targets' separator, but works for any pair of characters. I map it to im/am since that's what the vim PR to add the same functionality uses.
-
I use vim-textobj-between which is similar to targets' separator, but works for any pair of characters. I map it to im/am since that's what the vim PR to add the same functionality uses.
-
sideways.vim
A Vim plugin to move function arguments (and other delimited-by-something items) left and right.
For argument lists, check out sideways.vim which is smart enough to shift arguments around instead of only selecting them.