summaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc7
1 files changed, 1 insertions, 6 deletions
diff --git a/.vimrc b/.vimrc
index 54313c7..e273233 100644
--- a/.vimrc
+++ b/.vimrc
@@ -20,12 +20,7 @@ set guifont=Inconsolata\ Medium\ 11,Monospace\ 11
set spelllang=de_20
set guioptions-=T
set mouse=a
-
-if has("gui_running") " nice cursorline in the gui
- set cursorline
-else " explicitly disable it all else
- set nocursorline
-endif
+set cursorline
let mapleader = ","
let maplocalleader = "\\"