From 5c38bfc5f59bbf0d51df4101a27a9182d40e8d19 Mon Sep 17 00:00:00 2001 From: Nick Nisi Date: Sun, 22 Dec 2013 11:04:37 -0600 Subject: [PATCH] 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 --- vim/vimrc.symlink | 3 --- 1 file changed, 3 deletions(-) diff --git a/vim/vimrc.symlink b/vim/vimrc.symlink index 8938bec..29302e1 100644 --- a/vim/vimrc.symlink +++ b/vim/vimrc.symlink @@ -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 :nohlsearch - " Close the current buffer noremap :q