mfontanini / presenterm

A markdown terminal slideshow tool
https://mfontanini.github.io/presenterm/
BSD 2-Clause "Simplified" License
1.19k stars 29 forks source link

feat: allow jumping fast between slides #244

Closed mfontanini closed 4 months ago

mfontanini commented 4 months ago

This introduces 2 new keybindings: next_fast and previous_fast. These behave like next/fast except they don't go through intermediate pause states in a slide and instead just jump between no pauses shown and all pauses shown in a slide.

Fixes #241