From 060c186e31ed12d500adf1055e397c6916ba5405 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Wed, 25 Feb 2015 19:09:36 +0100 Subject: Enabled current line number highlighting in Vim * added special `match` condition to prevent obtrusive tabulator highlighting --- vim/.vimrc | 1 + 1 file changed, 1 insertion(+) (limited to 'vim/.vimrc') diff --git a/vim/.vimrc b/vim/.vimrc index fc36625..5028670 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -6,6 +6,7 @@ set encoding=utf-8 set showcmd set nocompatible set number +set cursorline set lazyredraw set ttyfast set mouse=a -- cgit v1.2.3