Skip to content
This repository has been archived by the owner on Dec 30, 2023. It is now read-only.

Latest commit

 

History

History
66 lines (39 loc) · 954 Bytes

PresentingDemo.rst

File metadata and controls

66 lines (39 loc) · 954 Bytes

presenting.vim

presenting.vim

a presentation tool

for vim

Usage

Slides are separated by four ~

Start presenting:

:PresentingStart

Navigation:

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

Inline Code

RST automatically supports syntax hl for python code!

if __name__ == '__main__':
    import sys
    sys.exit()

The End

Thanks :D

After the End

"nothing to see here, move along..."