On 2008-11-01, peter holm <[EMAIL PROTECTED]> wrote: > I have a few mappings to the shift keys (to mimike the common ) > > Well - i don't get it to work in terminal. > > Any idea?
In GUI mode, vim is able to see every combination of modifier-key(s) and symbol-key that the user can press except for those combinations intercepted by the OS and/or window manager. In terminal mode, vim doesn't see key combinations directly but sees only sequences of 7-bit and/or 8-bit characters emitted by the terminal program in response to key combinations pressed by the user. Most terminal programs emit unique character sequences for only a limited subset of all the possible key combinations. So it is not surprising that some mappings that work in GUI mode do not work in terminal mode. That being said, if you post exactly the mappings you're having problems with, someone here might be able to offer a solution, or be able to tell you for sure that they won't work. Regards, Gary --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
