Skip to content

Commit

Permalink
Normal slide documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredodeza committed May 18, 2012
1 parent 515f5e1 commit 52e164d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.rst
Expand Up @@ -105,6 +105,7 @@ times::
and this would be slide number two. You would not see any of the text
from the first slide here.


Slide options
-------------
As you can imagine, all of this action is hapenning on real Vim buffers, so
Expand All @@ -120,6 +121,20 @@ system-wide changes (like setting the filetype to something different) you need
to set them again to have the same behavior, this avoids *sticky* options where
previous slide options are applied for the current one.


"Normal" slide
--------------
If you want old fashioned slides that output a bunch of text all at once as
soon as you get to a given slide, you need 2 options playing together::

POSERO>> let b:posero_auto_next_line = 1
POSERO>> let b:posero_push_all = 1

The ``auto_next_line`` option tells the plugin to trigger a call to the next
line, which in turn realizes that ``push_all`` is set and it will get
everything on that slide printed at once.


Fake Typing and output chunks
-----------------------------
To have a more realistic feel, you can enable *fake typing* on certain lines.
Expand Down

0 comments on commit 52e164d

Please sign in to comment.