Skip to content

Instantly share code, notes, and snippets.

@mipmip
Last active November 24, 2016 10:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mipmip/bfa6031b06d10789a88e167a68c598e2 to your computer and use it in GitHub Desktop.
Save mipmip/bfa6031b06d10789a88e167a68c598e2 to your computer and use it in GitHub Desktop.
Write and convert vim buffer with markdown content to Word doc.
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