From a4ad9bb9030fac4cc07beba016a4b32ba18499c2 Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Sat, 15 Jun 2013 12:53:39 -0400 Subject: vimrc tweaks --- vimrc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/vimrc b/vimrc index 16808ad..440c0ea 100644 --- a/vimrc +++ b/vimrc @@ -20,8 +20,6 @@ set ignorecase " ignore case in search set smartcase " respect case in search if uppercase is used set nowrap " do not wrap lines set backspace=indent,eol,start " backspace over all stuff -set cursorcolumn " highlight the current column -set cursorline " highlight the current line set vb t_vb= " no beeping set laststatus=2 " always show the status line @@ -98,8 +96,6 @@ nnoremap j nnoremap k nnoremap h nnoremap l -inoremap jk -inoremap kj " NERDTree nnoremap :NERDTreeToggle -- cgit v1.2.3