1

Re: :norm

The one missing command that gets me copying code over to vim and back is :norm. (For anyone unfamiliar: visually select several lines, type :norm, then some commands, and the commands will be applied to each selected line.) I use it quite a bit to make systematic changes to areas of code, since when it's applicable I find it quicker than macros.

Any chance this could be added at some point?

(p.s. thrilled to have :imap now...jk is my new <Esc>)

2

Re: :norm

Taking note... most likely in a future version. It's non-trivial but doable. Meanwhile, I'd suggest using q macros (I know it's not the same and of course :norm will have to be there at some point).

Glad you liked multi-key mappings, thanks!