|
Hi,
I would like to make a mapping to ALT+H. But this brings up the help menu in gvim on windows 7, as the H from Help is the underlined key (don't know the right terminology) Can you disable this in gvim, so that I can create my own ALT+H mapping? Rgds, Jeri -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php |
|
Hi Jeri,
Jeri Raye <[hidden email]>: > I would like to make a mapping to > ALT+H. > But this brings up the help menu in gvim on windows 7, as the H from > Help is the underlined key (don't know the right terminology) > Can you disable this in gvim, so that I can create my own ALT+H mapping? Yes, have a look at ":h 'winaltkeys'". Jan -- -[ OpenPGP key ID: 00A0FD5F ]- When I look down, I miss all the good stuff. When I look up, I just trip over things. -- Ani Di Franco -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php |
|
Hi I've put this line in mu vimrc set winaltkeys=no But the window still responds on an ALT key. Why's that? Rgds, Jeri Jan Larres wrote on 30-3-2012 8:19: > Hi Jeri, > > Jeri Raye<[hidden email]>: >> I would like to make a mapping to >> ALT+H. >> But this brings up the help menu in gvim on windows 7, as the H from >> Help is the underlined key (don't know the right terminology) >> Can you disable this in gvim, so that I can create my own ALT+H mapping? > > Yes, have a look at ":h 'winaltkeys'". > > Jan > -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php |
|
On 03/30/12 15:03, Jeri Raye wrote:
> I've put this line in mu vimrc > set winaltkeys=no > > But the window still responds on an ALT key. While I'm not sure WHY it happens, my usual solution is just to run without the menu ;-) :set guioptions-=m I don't really lose much functionality (menus usually just replicate functionality available from the Ex prompt), and it gives me an extra line or two of content-height. -tim -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php |
|
Tim Chase wrote on 30-3-2012 22:38:
> On 03/30/12 15:03, Jeri Raye wrote: >> I've put this line in mu vimrc >> set winaltkeys=no >> >> But the window still responds on an ALT key. > > > :set guioptions-=m > > I don't really lose much functionality (menus usually just replicate > functionality available from the Ex prompt), and it gives me an extra > line or two of content-height. > > -tim Can it be a compiler options when gvim was compiled? For full screen I use the shell.vim plugin http://peterodding.com/code/vim/shell/ Rgds, Jeri -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php |
| Powered by Nabble | Edit this page |
