Fix Esc map to <C-j>

This commit is contained in:
gardouille 2019-07-08 18:36:06 +02:00
parent 04ff9e9a86
commit 1dc133f28a
Signed by: gardouille
GPG Key ID: E759BAA22501AF32
1 changed files with 1 additions and 1 deletions

2
vimrc
View File

@ -173,7 +173,7 @@ noremap <F5> :set paste!<cr>:set paste?<cr>
" Remap de Echap sur jj
imap jj <ESC>
imap <ctrl>-j <ESC>:silent! nohls<CR>
imap <C-j> <ESC>
" Preview current markdown file in browser
imap <C-m> <ESC>:w<CR>:!grip "%" --export - > /tmp/apercu.html ; qutebrowser "file:///tmp/apercu.html" <CR><CR>