summaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index dfa846c..7e1e16d 100644
--- a/.vimrc
+++ b/.vimrc
@@ -26,6 +26,8 @@ set spelllang=de_20
if has("gui") " nice cursorline in the gui
set cursorline
+else " explicitly disable it all else
+ set nocursorline
endif
let mapleader = ","