mirror of
1
0
Fork 0
ultimate-vim/sources_non_forked/vim-zenroom2/README.markdown

22 lines
922 B
Markdown
Raw Normal View History

2013-12-29 05:37:14 -05:00
This is a Vim extension that emulates iA Writer environment when editing Markdown, reStructuredText or text files.
It requires [goyo.vim](https://github.com/junegunn/goyo.vim) and it works by setting global Goyo callbacks that triggers special setup for Markdown, reStructuredText and text files.
2013-12-29 06:36:43 -05:00
Please note that this might not work perfectly with your colorscheme. Patches are welcome to fix this :-)
## Installation and usage
2014-01-06 19:25:41 -05:00
* Install [goyo.vim](https://github.com/junegunn/goyo.vim)
* In command mode type :Goyo
Additionally you may want to have a shortcut. Add this to your vimrc:
nnoremap <silent> <leader>z :Goyo<cr>
2013-12-29 05:37:14 -05:00
## Inspirations/Similar
2013-12-29 06:36:43 -05:00
* [Writing Markdown With Style in Vim](http://astrails.com/blog/2013/8/12/writing-markdown-with-style-in-vim)
2013-12-29 05:37:14 -05:00
* [lite-dfm](https://github.com/bilalq/lite-dfm)
* [vimroom](https://github.com/mikewest/vimroom)
* [vim-zenroom](https://github.com/amix/vim-zenroom)