Skip to content

✨ Better fullscreen and more on Windows.

License

Notifications You must be signed in to change notification settings

bohrshaw/wimproved.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✨ wimproved.vim

Introduction

An effort to create a better editing experience for Vim on Windows.
Supports fullscreen while taking care to fix visual glitches seen in other plugins.

Put the following in your .vimrc and enjoy!

autocmd GUIEnter * WToggleClean

Commands

:WCenter {scale}

  • Centers the window on the current monitor. If scale is non-zero, resizes
    the window as a percentage (scale / 100) of the current monitor size.

:WSetAlpha {alpha}

  • Sets the alpha of the window to the given value.

:WToggleFullscreen

  • Toggles full-screen support.

:WToggleClean

  • Toggles between the default and 'clean' window styling.

Installation

Install using your favorite plugin manager. The plugin expects wimproved.dll to exist in the root plugin folder. If you have cmake and Visual Studio installed run the following:

cmake -G "NMake Makefiles" . && nmake

Contributions

Contributions and pull requests are welcome.

License

This software is licensed under the MIT license. © 2015 Killian Koenig <killiankoenig@gmail.com>.


Like this plugin? Follow this repository on GitHub and vote for it on vim.org.

About

✨ Better fullscreen and more on Windows.

Resources

License

Stars

Watchers

Forks

Packages

No packages published