From f1368b1144e2ba27a92e2da4d71b7c7f6c1830fc Mon Sep 17 00:00:00 2001 From: Calvin Date: Thu, 25 Apr 2013 14:35:34 -0400 Subject: use solarized, add mouse wheeling and select in all modes, map m, M to next and previous errors from make --- vimrc | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'vimrc') diff --git a/vimrc b/vimrc index 0ca6ce7..f156446 100644 --- a/vimrc +++ b/vimrc @@ -1,4 +1,6 @@ set number +set cursorline +set autoindent set autochdir set smartcase set ignorecase @@ -12,14 +14,14 @@ set showmatch set showmode set title set wildmenu -set wildignore=*.o,*.swp,*~ +set wildignore=*.o,*.swp,*~, set matchtime=2 -set mouse=v +set mouse=a - -map :make -map :cn -map :cp +map +map +map m :cnext +map M :cprev map :tabn map :tabp @@ -35,9 +37,11 @@ noremap k j noremap j h set background=dark +colorscheme solarized filetype plugin on set ofu=syntaxcomplete#Complete map :w !diff % - + -- cgit v1.2.3