diff options
author | Matt Singleton <matt@datadoghq.com> | 2013-06-15 12:53:39 -0400 |
---|---|---|
committer | Matt Singleton <matt@xcolour.net> | 2013-06-15 12:57:22 -0400 |
commit | a4ad9bb9030fac4cc07beba016a4b32ba18499c2 (patch) | |
tree | 57b80a07a020655f41dc2d8bd77e749a75656f4f | |
parent | a55a4e12ee7018523143e129f399a6c97251fcc1 (diff) |
vimrc tweaks
-rw-r--r-- | vimrc | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 <c-j> <c-w>j nnoremap <c-k> <c-w>k nnoremap <c-h> <c-w>h nnoremap <c-l> <c-w>l -inoremap jk <Esc> -inoremap kj <Esc> " NERDTree nnoremap <C-e> :NERDTreeToggle<Enter> |