Last Updated: February 25, 2016
·
1.488K
· galulex

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()

My vim configs

1 Response
Add your response

nice

over 1 year ago ·