slides.vim

Des slides dans votre vim - retour accueil

git clone git://bebou.netlib.re/slides.vim
Log | Files | Refs |

commit fd02ede2f0d6ca5fff464c64e23203e4dc0bdfca
parent 1b777c0e118e91d966a980d06559e04f936aeb13
Auterice: Marc Chantreux <mc@unistra.fr>
Date:   Wed, 29 Mar 2023 18:39:53 +0200

better awk example in the template

Diffstat:
Mtemplate.slides | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/template.slides b/template.slides @@ -18,11 +18,14 @@ if you want your title bar to be filled, set nowrap and filter this file with: awk '{ if (/^›/) printf "%-78s",$0; else print }' + from vim: + %!awk '{ if (/^›/) printf "\%-78s",$0; else print }' › title Event name Location, Date + date +' %A, %Y %m %d' -d '' › welcome › agenda