No more weird escapes please

This commit is contained in:
Hunter Haugen 2012-06-18 17:22:26 -07:00
parent ec54d3a627
commit fc8be7e7fe

5
.vimrc
View file

@ -702,11 +702,8 @@ nmap <Leader>o \i<CR>k$
" Pull the following line to the cursor position {{{2
noremap <Leader>J :s/\%#\(.*\)\n\(.*\)/\2\1<CR>
" In normal mode, jj or jl escapes {{{2
" In normal mode, jj escapes {{{2
inoremap jj <Esc>
inoremap hh <Esc>
"inoremap kk <Esc> " Messes up final-k fuf searches
inoremap jl <Esc>
" Kill line like emacs {{{2
"noremap <C-k> "_dd