Des slides dans votre vim - retour accueil
git clone git://bebou.netlib.re/slides.vim
Log | Files | Refs |
commit d1cb63d8845fd57ad1f55266363616ff05c58fb4 parent 08eb0019750d3447d970ce6f89f27e908b60ff13 Auterice: Marc Chantreux <mc@unistra.fr> Date: Fri, 21 Jan 2022 15:19:58 +0100 example of unicode art that can be used as template Diffstat:
A | template.slides | | | 41 | +++++++++++++++++++++++++++++++++++++++++ |
1 file changed, 41 insertions(+), 0 deletions(-)
diff --git a/template.slides b/template.slides @@ -0,0 +1,41 @@ + + vim: ft=slides et ts=2 sts=2 sw=2 + + speaker: + * don't remove the 'vim:' line if you don't know + what it is. + * if required, don't forget to load specific behaviour + so %:r.vim + * the essential mappings are + next slide ┃ page down + previous slide ┃ page up + (* ┃ ▶ + (- ┃ + (" ┃ › (new slide) + (5 ┃ 5 new + * learn more reading readme.slides from slides.vim distro + + if you want your title bar to be filled, set nowrap + and filter this file with: + awk '{ if (/^›/) printf "%-78s",$0; else print }' + +› title + + Event name + Location, Date + +› welcome › agenda + + ▷│ welcome + █│ the basics + █│ new features + █│ the future + +› welcome › agenda + + ▷│ welcome + │ ▷ topic 1 + │ ▷ topic 2 + █│ the basics + █│ new features + █│ the future