Start GVim maximized on Ubuntu
Install required lib
sudo apt-get install wmctrl
Add to your vimrc file
function Maximize_Window()
silent !wmctrl -r :ACTIVE: -b add,maximized_vert,maximized_horz
endfunction
au GUIEnter * call Maximize_Window()
Written by Alex Galushka
Related protips
1 Response
nice
over 1 year ago
·
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Vim
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#