fix weird start when opening vim

when opening vim on files outside of tmux, vim is in a weird state,
where the first command typed causes a delete of the current line. I
tracked the issue down to this line in the vimrc
This commit is contained in:
Nick Nisi
2013-12-22 11:04:37 -06:00
parent 39a8ee6b1f
commit 5c38bfc5f5

View File

@@ -179,9 +179,6 @@ set laststatus=2 " show the satus line all the time
" Additional, plugin-specific mappings are located under
" the plugins section
" clear search results on escape
nnoremap <silent> <esc> :nohlsearch<cr><esc>
" Close the current buffer
noremap <C-x> :q<cr>