From 847d68d79446ff48243ae476022b2a64571557e9 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Fri, 6 Sep 2013 18:01:06 -0400 Subject: Disable some options in terminals --- .vimrc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.vimrc b/.vimrc index 82cec4e3..eb2ca10a 100644 --- a/.vimrc +++ b/.vimrc @@ -52,6 +52,13 @@ if has('mouse') set mouse=a endif +" Less clutter in terminals +if !has('gui_running') + set nospell + set nocursorline + set colorcolumn= +endif + " GUI options set guioptions-=mrLtT " Disable menus, toolbar, scrollbars set guioptions+=c " Disable GUI dialogs -- cgit 1.4.1