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
it/bin/qf.c?id=3e6c29a0d0e43587289e46f38f2a2e18dc5778e4&follow=1'>Do basic match highlightingJune McEnroe 2022-06-02Clean up parsing a littleJune McEnroe 2022-06-02Don't duplicate path stringJune McEnroe 2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe