aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Singleton <matt@datadoghq.com>2013-06-15 12:53:39 -0400
committerMatt Singleton <matt@xcolour.net>2013-06-15 12:57:22 -0400
commita4ad9bb9030fac4cc07beba016a4b32ba18499c2 (patch)
tree57b80a07a020655f41dc2d8bd77e749a75656f4f
parenta55a4e12ee7018523143e129f399a6c97251fcc1 (diff)
vimrc tweaks
-rw-r--r--vimrc4
1 files changed, 0 insertions, 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 <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>