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 closing with `q` #321

Closed calebdw closed 1 month ago

calebdw commented 1 month ago

Hello!

This PR adds q to the list of exit commands---q is a common key used by many programs to exit such as:

This allows both <c-c> (the SIGINT signal) and q (the common exit key) to exit presenterm.

Thanks!

calebdw commented 1 month ago

Thank you sir!