gvimfullscreen_win32 : Put gvim in full screen on Windows
| script karma |
Rating 523/208,
Downloaded by 12310 |
Comments, bugs, improvements
|
Vim wiki
|
| created by |
| Derek McLoughlin |
| |
| script type |
| utility |
| |
| description |
Allows you to run gvim in full screen on Windows on a single monitor.
This is a copy of Yasuhiro Matsumoto's VimTweak's EnableMaximize functionality modified to deal with window borders and allowing the window to overlap the task bar.
Source code included and also available on GitHub: http://github.com/derekmcloughlin/gvimfullscreen_win32/tree/master |
| |
| install details |
Unzip the gvimfullscreen_win32.zip file. Copy the DLL to the folder where GVIM.EXE is located.
Call directly:
:call libcallnr("gvimfullscreen.dll", "ToggleFullScreen", 0)<CR>
Map a function key:
map <F11> <Esc>:call libcallnr("gvimfullscreen.dll", "ToggleFullScreen", 0)<CR>
|
| |
script versions (upload new version)
Click on the package to download.
ip used for rating: 216.73.216.44
|