diff --git a/vimrc b/vimrc index e935b54..e2788e7 100644 --- a/vimrc +++ b/vimrc @@ -173,6 +173,11 @@ noremap :set paste!:set paste? " Remap de Echap sur jj imap jj +imap -j :silent! nohls + +" Preview current markdown file in browser +imap :w:!grip "%" --export - > /tmp/apercu.html ; qutebrowser "file:///tmp/apercu.html" +nmap :w:!grip "%" --export - > /tmp/apercu.html ; qutebrowser "file:///tmp/apercu.html" """""""""""""""""""""""""""""""""""""""""""""""" " Vim-Scripts : @@ -185,7 +190,6 @@ imap jj " git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/vundle set nocompatible " be iMproved - """ User interface {{{ """ Custom highlighting, where NONE uses terminal background {{{ function! CustomHighlighting()