Tip #645: Enabling Windows shortcuts (eg alt+space, F10 etc) for gvim window
tip karma |
Rating 1/1, Viewed by 924
|
created: |
|
January 28, 2004 4:44 |
|
complexity: |
|
basic |
author: |
|
Girish Gajwani |
|
as of Vim: |
|
5.7 |
I was trying to figure out why Alt+space would not work, as i would have to use the mouse to maximize/restore/minimize my gvim window (on Win32) which was a pain
and found that i needed to
set winaltkeys=yes
to make this work. Now I can use
Alt+Space followed by 'x to maximize
Alt+Space followed by 'n' to minimize
Alt+Space followed by 'r' to restore!
See
help winaltkeys
Also see this:
vimtip #494
<<restoring indent for '#' |
moving lines up/down in a file >>
Additional Notes
|