> Is there a way I can rebind alt+something keys for Windows gVim. Normally
> alt+b is for opening the "buffers" menu, alt + w is for opening the
> "windows" menu, etc. Is the only solution rebuilding Vim without those
> shortcuts, or is there a easier/quicker way to do it? 

Well, if you don't use the menus, you can just disable them all
together:

        :set guioptions-=m
        :set guioptions-=M

which is how I fly with gvim on win32, though I also remove the
toolbar to maximize my vertical screen real-estate.

-tim



Reply via email to