Robert Mark Bram wrote: > WinXP + Cygwin + PuttyCyg (keyboard: linux) + vim > > I have NO mappings in my .vimrc for C-UP, C-DOWN, C-LEFT or > C-RIGHT.. yet: > > C-UP puts "A" on a new line > C-DOWN puts "B" on a new line > C-RIGHT puts "C" on a new line > C-LEFT puts "D" on a new line
Your system is sending escape sequences that Vim is not configured to interpret. See if any of the following info is relevant: http://vim.wikia.com/wiki/Fix_arrow_keys_that_display_A_B_C_D_on_remote_shell http://vim.wikia.com/wiki/PuTTY_numeric_keypad_mappings John --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
