In vim, how can I do c i ( change everything that is in brackets in the current line, for example c i " change everything that is in quotation marks?
I tried
:nnoremap ci( f(lct)
but my mapping is ignored. Can I not extend the built-in commands?
Is there also a way to combine movements? Can I do something like c { f ) h h } to change all up to two characters before the closing bracket?
Thanks in advance.
masterxilo
source share