Fix Esc map to <C-j>
This commit is contained in:
parent
04ff9e9a86
commit
1dc133f28a
2
vimrc
2
vimrc
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue