On Wed, October 13, 2010 5:26 pm, Christian Brabandt wrote:
> BTW: You can bind those keys using the readline library. man readline
> should give you enough info (I did it before, but can't show you an
> example right now).

e.g. put something like this in your .inputrc:
"\e[1~": beginning-of-line
"\e[4~": end-of-line

e.g. press Ctrl-V followed by your key this will most likely output
something like ^[[4~ which translates to \e[4~ in readline terms.

regards,
Christian

-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to