The ultimate Vim configuration: vimrc
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
amix fe77d23852 Updated plugins. Removed the tabstop merge that 010c2940ce introduced 9 years ago
..
plugin Updated plugins. Removed the tabstop merge that 010c2940ce introduced 9 years ago
README.markdown Updated plugins. Removed the tabstop merge that 010c2940ce introduced 9 years ago

README.markdown

This is a Vim extension that emulates iA Writer environment when editing Markdown, reStructuredText or text files.

It requires goyo.vim and it works by setting global Goyo callbacks that triggers special setup for Markdown, reStructuredText and text files.

This is an improvement of my initial version called vim-zenroom. Please read more here zenroom for Vim: Focusing only on the essential.

Please note that this might not work perfectly with your colorscheme. Patches are welcome to fix this :-)

Installation and usage

  • Install 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>

Inspirations/Similar

How it looks in action

Screenshot 3

Screenshot 4