How can I create a custom Select All keybinding in Vimperator 3.1?

3

2

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?

Tony Pham

Posted 2011-05-23T16:25:04.493

Reputation: 31

Answers

6

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

mariomaric

Posted 2011-05-23T16:25:04.493

Reputation: 61

Both links are broken. The remap works though, and I thank you for it :) – Hubro – 2015-09-26T23:00:33.970