vim: customize guioptions

Mon, 02 Jun 2014 12:07:13 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 02 Jun 2014 12:07:13 -0400
changeset 20
2f4b8d3efd1d
parent 19
92f55dbabb83
child 21
aa620cdf1022

vim: customize guioptions

.vimrc file | annotate | diff | comparison | revisions
--- a/.vimrc
+++ b/.vimrc
@@ -178,7 +178,7 @@ if on_windows == 1
   endif
 
   set guifont=Consolas:h11
-  set guioptions-=t
+  set guioptions-=t    "just disable tearoffs
 else
   let $MYVIM=$HOME.'/.vim'
 
@@ -193,6 +193,8 @@ else
   endif
 
   set guifont=Droid\ Sans\ Mono\ Slashed\ 10
+  set guioptions-=T     " disable toolbar and menu
+  set guioptions-=m
 endif
 
 set backupdir=$MYVIM/var/backup//,.

mercurial