On Thu, Apr 06, 2006 at 08:20:22PM +0200, Thor Andreassen wrote:
> On Thu, Apr 06, 2006 at 04:55:08PM +0100, Mark Palmer wrote:
> > How can I setup vim to use the arrows keys in visual mode, when I am
> > visual mode only the hjkl keys work?
> 
> This is probably a terminal issue.
> 
> One quick solution/workaround is to bind the escape sequence that vim
> receives to the corrosponding key:
> 
> 1. Find out what vim is receiving. In insert mode type <C-v>-<arrow>,
>    this yields for example '^[[C' (without the quotes), which means
>    <Esc>[C.

Just remembered that <C-v> sometimes doesn't work under windows use
<C-q> instead.

See :help i_CTRL_V and :help i_CTRL_Q

[...]

The suggestion by Yegappan (see earlier post) seems to be a better
solution to your problem.

-- 
with kind regards
Thor Andreassen

Reply via email to