From 1ccac0f95a6650852a6e28a9d00fdf55b6346b28 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Fri, 20 Jun 2014 19:43:25 -0500 Subject: [PATCH] Set GUI options to disable extraneous elements I don't like scrollbars. Also button toolbars. --- plugin/00-dustin.vim | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugin/00-dustin.vim b/plugin/00-dustin.vim index 9189acc..9347be2 100644 --- a/plugin/00-dustin.vim +++ b/plugin/00-dustin.vim @@ -15,6 +15,10 @@ set splitright " Backups are annoying. Use Mercurial! set nobackup +" Enable autoselect (i.e. copy-on-highlight) +" Disable extraneous GUI options like scrollbars and toolbars +set guioptions=aegim + if has('gui_running') " For the GUI, use a lower contrast theme from " http://dengmao.wordpress.com/2007/01/22/vim-color-scheme-wombat/