Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 549 Bytes

PresentingDemo.org

File metadata and controls

48 lines (30 loc) · 549 Bytes

presenting.vim

presenting.vim

a presentation tool

for vim #----

Usage

Separate slides by ‘#----’

Start presenting:

:PresentingStart

Navigation:

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

#----

Inline Code

org automatically supports syntax hl for many languagues!

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

#----

The End

Thanks :D

#----

After the End

“nothing to see here, move along…”