>Well I haveaa buch of keymaos using the Shift key that works >perfectly in gvim, but not in the terminal, for instance:
Go into insert mode and hit ^V and the key in question, for each <PgDn> and <shf><PgDn> and see what gets returned. Might be that the g version can discern the two, but the console version might not. Sounds like the same complaint when people want to use, eg, ^g for one thing, then shift it and use ^G for something else. Both ^g and ^G "look the same", as both return the char \007 to the keyboard handler. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
