From 6b8691a774cc9022a4d046279c017d53f20bbb57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Wed, 28 Aug 2013 21:48:43 +0200 Subject: Overhauled mustang colorscheme. Now GUI and terminal are nearly similar. --- .vimrc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to '.vimrc') 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 = "\\" -- cgit v1.2.3