Hello!
>> I'm a newbie in vim. I'm trying to use it under OpenSUSE 11.0 as >> well as cygwin (WinXP prof. sp3). Unfortunately I found out that >> cygwin version doesn't move cursor through the words with >> CTRL+LEFT, CTRL+RIGHT (while SUSE version does). I tried to append >> the folowing lines to .vimrc file: >> map <C-left> w >> map <C-right> b >> imap <C-left> w >> imap <C-right> b >> but it had no effect. > [...] > In that case, you should first test if Vim sees the codes: in Insert > mode, hit Ctrl-V (or Ctrl-Q if your Ctrl-V is remapped to the paste > operation) followed by the key in question. - If something appears > in your edit buffer, but your mapping doesn't work, then the problem > is probably with your 'term' setting or its termcap - If nothing > appears, it probably means that the OS (including keyboard driver > and anything between it and the user application) is not passing > that keypress event to you. In Insert mode, when I press Ctrl-V first time, the ^ symbol appears. The second Ctrl-V results in V char. So multiple Ctrl-V results in ^V^V^V^V^V^V^V When I press Ctrl-Q nothing appears! -- Best regards, Evgeny --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
