Skip to content

Latest commit

 

History

History
65 lines (45 loc) · 1.31 KB

README.md

File metadata and controls

65 lines (45 loc) · 1.31 KB

presenting.vim

presenting.vim is a simple tool for presenting slides in vim based on text files.

It is a clone of https://github.com/pct/present.vim which is a clone of https://github.com/sorah/presen.vim

In contrast to its predecessors presenting.vim

  • has support for a number of markup languages,
  • can be extended, and
  • is documented

Great, hey?

Installation

Use pathogen_ or vundle_ to install presenting.vim.

Usage 1/2

  • write you presentation in your favorite markup language
  • every slide is separated by a markup language specific marker
    ========  ===============
    FILETYPE  SLIDE SEPARATOR
    ========  ===============
    markdown  # heading
    rst       ~~~~
    orgmode   #----
    ========  ===============

Usage 2/2

When you want to start presenting execute:

    :StartPresenting

Navigation:

  • n - next slide
  • p - previous slide
  • q - quit

Also, take a look at the presenting.vim examples:

  • PresentingExample.markdown
  • PresentingExample.rst
  • PresentingExample.org

Of course you can configure the slide separators.

Links

The code is on github. Pull requests are welcome!

Issue tracker: