Skip to content

Commit

Permalink
Merge pull request #63 from hobbestigrou/62-disable_auto_display
Browse files Browse the repository at this point in the history
[Documentation] Explain how to deactivate auto display (fixes #62).
  • Loading branch information
hobbestigrou committed Sep 10, 2014
2 parents bb62323 + 0197181 commit d85fe41
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs/source/plugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,28 @@ NERDTree
The NERD tree allows you to explore your filesystem and to open files and
directories. Use F11 to display the tree and q to quit the tree.

Fortune vimtips
---------------
Fortune vimtips is a project inspired by fortune software to display vimtips.
Open a new horizontal split buffer to display the vimtips.

Disable auto display
____________________
Activate by default it's obvious to disable auto display, to deactivate the
auto display add this line on your .vimrc.local:

.. code-block:: vim
let g:fortune_vimtips_auto_display = 0
Then it's possible to display vimtips with the command:

.. code-block:: vim
:Fortune
When you want learn few new things about vim.

Custom plugin
-------------

Expand Down

0 comments on commit d85fe41

Please sign in to comment.