Skip to content

bruth/vim-distraction-free

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

Distraction Free Mode for Vim

Install

Vundle

Add this line to your .vimrc file:

Bundle 'bruth/vim-distraction-free' 

Pathogen

mkdir -p ~/.vim/bundle
git clone git://github.com/bruth/vim-distraction-free.git ~/.vim/bundle/vim-distraction-free

Manually

Download and copy plugin/DistractionFree.vim to ~/.vim/plugin.

Options

  • g:fullscreen_colorscheme - colorscheme to use in fullscreen mode
  • g:fullscreen_font - font to use in fullscreen mode

Options default to the current settings of the session.

Usage

Default binding is set to <leader>d to toggle between normal and distraction-free mode.

About

Simple distraction free mode for Vim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%