From 6a551e5d20c6bb492d96a73dcebbe887108a475b Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Tue, 9 Feb 2016 09:08:03 -0800 Subject: [PATCH] Fix ctrl-c esc mapping --- .vimrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index b66fd5b..d9c0cf9 100644 --- a/.vimrc +++ b/.vimrc @@ -729,7 +729,9 @@ noremap J :s/\%#\(.*\)\n\(.*\)/\2\1 inoremap jj " C-c and are not entirely the same, but I want them to be -noremap +inoremap +" ... but that doesn't seem to work, so +inoremap " Kill line like emacs {{{2 "noremap "_dd