summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--.vimrc7
1 files changed, 7 insertions, 0 deletions
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