Extract 'md-img-paste.vim' config

master
Hektor Misplon 2023-12-30 13:27:22 +01:00
parent e5a61705ee
commit 3801186f8b
Signed by: hektor
GPG Key ID: 5151AF79E723F21C
2 changed files with 3 additions and 8 deletions

View File

@ -0,0 +1,3 @@
" Paste clipboard images
au FileType pandoc nmap <buffer><silent> <leader>v :call mdip#MarkdownClipboardImage()<CR>
au FileType markdown nmap <buffer><silent> <leader>v :call mdip#MarkdownClipboardImage()<CR>

8
.vimrc
View File

@ -147,14 +147,6 @@ let g:vimtex_quickfix_mode=0
" }}} " }}}
" 'ferrine/md-img-paste.vim' {{{
" Paste clipboard images
au FileType pandoc nmap <buffer><silent> <leader>v :call mdip#MarkdownClipboardImage()<CR>
au FileType markdown nmap <buffer><silent> <leader>v :call mdip#MarkdownClipboardImage()<CR>
" }}}
" `junegunn/fzf` {{{ " `junegunn/fzf` {{{
" `junegunn/fzf.vim` " `junegunn/fzf.vim`