From ac334d52d018e6d6caebcb87e260ad9dbe8bc2e8 Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Wed, 21 Oct 2015 11:19:25 -0700 Subject: [PATCH] Really escape --- .vimrc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.vimrc b/.vimrc index a4307fd..b66fd5b 100644 --- a/.vimrc +++ b/.vimrc @@ -728,6 +728,9 @@ noremap J :s/\%#\(.*\)\n\(.*\)/\2\1 " In normal mode, jj escapes {{{2 inoremap jj +" C-c and are not entirely the same, but I want them to be +noremap + " Kill line like emacs {{{2 "noremap "_dd @@ -1368,8 +1371,8 @@ inoremap :syntax sync fromstart " Gundo - Vim's undo tree for humans nnoremap :GundoToggle -" NERD tree. Yay! -nnoremap :NERDTreeToggle +" NERD tree. Boo! +"nnoremap :NERDTreeToggle " Javac "set makeprg=javac\ %