Hi, is there a script that makes it easier to delete and navigate inside an arg list, e.g.:
(arg1, arg2, arg3=foo, arg4=bar) or, similarly, a list of variables: [1, 2, "foo", myvar, "bar"] If I need to delete an arg in the middle, it's easy to use dW or W to navigate. I think it would be neat if a plugin would either autodetect or allow to toggle a mode where regular w,b,e,ge, and dw,db, commands would work by argument, correctly handling both last and first args. Is there such an animal out there? thanks! -Rainyday -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
