703designs wrote: > It's common to have keyboard shortcuts with the Shift modifier. How > would I go about mapping to a three key press, for example, Shift + > Ctrl + U?
For two, you may be able to just stack them (gvim may be more receptive than console-vim regarding such mappings): :inoremap <c-s-u> mapping_content For more than two modifiers, you'll need to grab a friend, use three hands and issue :!emacs % <grins, ducks, and runs> -tkc --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
