mipmip
11/24/2016 - 10:51 AM

Write and convert vim buffer with markdown content to Word doc.

Write and convert vim buffer with markdown content to Word doc.

map <silent> ,w :silent w<CR> :!pandoc '%' -o '%.docx'<CR><CR>