On Wed, October 13, 2010 5:11 pm, Ven Tadipatri wrote: > Not sure if this is the place to post this, but my home and end keys > don't appear to work when I set the mode in Bash to vi. > The home and end keys work fine in vim. Does vim use some sort of > different key map file? Maybe I could somehow bind the keys in bash so > that they work as expected.
This is most likely a termcap/terminfo issue. Either your $TERM does not corretly identify your actual terminal or your terminfo database is out of date. Either way, this has nothing to do with vim. 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). 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
