vim/ftplugin/markdown.vim
Steins ceb6b3a156 Added language-specific rules
+ markdown files
+ cpp files
2019-06-30 11:11:06 +02:00

2 lines
73 B
VimL

nnoremap <buffer> <C-C> :!pandoc --number-sections % -o %:r.pdf <Enter>