https://github.com/pinaki82/maximised-gvim.vim
Maximise GVim window at startup. A Vim plugin.
https://github.com/pinaki82/maximised-gvim.vim
Last synced: 5 months ago
JSON representation
Maximise GVim window at startup. A Vim plugin.
- Host: GitHub
- URL: https://github.com/pinaki82/maximised-gvim.vim
- Owner: Pinaki82
- License: bsd-3-clause
- Created: 2021-01-03T04:01:40.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-03T04:10:18.000Z (over 5 years ago)
- Last Synced: 2025-03-02T16:37:08.208Z (over 1 year ago)
- Language: Vim script
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Maximised-GVim.vim
Maximise GVim window at startup.
A Vim plugin.
Dependencies:
1. Windows 10 20H2 or greater, or Latest Linux Releases (released in >= Year 2020, e.g., any Ubuntu derivative OS greater than or equal to 20.04.1)
2.
(a) GVim 8.02 on MS Windows 10
(b) GVim 8.01 on Linux
3. `wmctrl` on Linux. On Ubuntu or any derivative OS, install it with the command:
`sudo apt install wmctrl`