vim-angry
vim-angry copied to clipboard
Function argument-like text object for Vim
Is there any way to map `(` and `)` so that I can move left and right among arguments with them?
I do a lot of stuff with C++ templates and this would really make my life easier. I tried adding the characters into the bracketlists but it didn't work with...
Sample file (one line, cursor position on the closing paren): fn(delete_this_word,) macro that works: X%wdw macro that fails: X%wdaaudw Both macros have identical results when executed manually, but the latter...