From f89b6ce1db3c2410d9b062cbce64e614dde3c7b1 Mon Sep 17 00:00:00 2001 From: Curtis 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