It would be great in vim if I could type ] (or some other character, maybe <C-]>) and have it automatically insert whichever bracket properly closes the opening bracket. Eg. if I have this in my buffer:
object(function(x) { x+[1,2,3
And I press ]]], the characters ]}) would be inserted. How might one accomplish this this?
autoclosecloses the brackets immediately and it's rather annoying, at least for me. – Kiril Kirov May 21 '11 at 8:02