I just upgraded to Vimperator 3.1. Previously I used customized key bindings with the Passing Through protocol. It seems the new version accomodates them for pasting and copying, but not selecting all. I don't know how to program the new key bindings because Ctrl+V is no longer Pass Through. Is this still possible? If so, how?

link|improve this question
feedback

1 Answer

Maybe this could help:

:inoremap <C-a> <Ins><C-a><Ins>

via http://code.google.com/p/vimperator-labs/issues/detail?id=578#c3

About inoremap - http://vimperator.org/help/vimperator/map.xhtml

link|improve this answer
Thanks for taking the time to update! :) – slhck Aug 23 '11 at 10:20
You are welcome! ;) – mariomaric Aug 23 '11 at 10:22
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.