changeset 323:e2d944ecda66

Maximize on startup on Windows.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 12 Oct 2015 08:32:49 -0700
parents e7fe049b7f8b
children 252fda0d7c60
files vim/vimrc
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/vim/vimrc	Mon Oct 12 08:32:35 2015 -0700
+++ b/vim/vimrc	Mon Oct 12 08:32:49 2015 -0700
@@ -56,6 +56,9 @@
     set guioptions=-t
     set lines=999
     set columns=999
+    if has("win32")
+        au GUIEnter * simalt ~x
+    endif
 endif
 
 " }}}