Last active
November 24, 2016 10:52
-
-
Save mipmip/bfa6031b06d10789a88e167a68c598e2 to your computer and use it in GitHub Desktop.
Write and convert vim buffer with markdown content to Word doc.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
map <silent> ,w :silent w<CR> :!pandoc '%' -o '%.docx'<CR><CR> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment