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\ %