Make Word Like Vim

One option would be to write your documents in Markdown, then use Pandoc to convert it to ODT, which you should be able to open and style in Word 2011.


If you really just need the 1" margins, follow @tonyk's advice: write in markdown, use pandoc to convert to ODT or RTF and open in Word or LibreOffice. Sure, LibreOffice is bleh, but it isn't bad if you are just using it to tweak final formatting.

Or just use pandoc's markdown2pdf to convert to PDF, and use a custom latex template with \usepackage[margin=1in]{geometry} in the preamble.

If you really want to use Word 2011 but make it feel like vim, you might try Quickcursor. Not sure what happens when things get complex, but should work with simple text.


KeyRemap4MacBook has four different vi "modes" that you can turn on to get some vi bindings in most applications. They each support different bindings (but are all basic compared to a real MacVIM/VIM editor). You can see the different bindings here. I personally use "Ubiquitous VIM Mode" on occasion to get Normal Mode commands like dd, dw, yy, etc.

Also, I haven't personally tried it, but viWord promises the basics using a Word template.

Note that ViEmu (someone listed it in the comments) is not available for the Mac.