summaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2013-08-28 21:48:43 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2013-08-28 21:48:57 +0200
commit6b8691a774cc9022a4d046279c017d53f20bbb57 (patch)
tree1ce4c41623d02aca31b61db87c9f391926bd6bf5 /.vimrc
parentdc5203f899462bc9e5bb7ac908201a95931295ab (diff)
downloaddotfiles-6b8691a774cc9022a4d046279c017d53f20bbb57.tar.gz
dotfiles-6b8691a774cc9022a4d046279c017d53f20bbb57.tar.bz2
dotfiles-6b8691a774cc9022a4d046279c017d53f20bbb57.zip
Overhauled mustang colorscheme. Now GUI and terminal are nearly similar.
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 = "\\"