slides.vim

Des slides dans votre vim - retour accueil

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

tips.md (1393B)


      1 # live questions (slides + tmux + vim)
      2 
      3 I was unable to make it to the Journées Perl 2018 so i gave my talk remotely.
      4 As Kai asked what was my slides system, i'll describe it.
      5 
      6 first, i started the irc client and joined the channel:
      7 
      8     ii -s irc.perl.org -n eiro
      9     echo "/join #mongueurs" > ~/irc/irc.freenode.net/in
     10 
     11 then i started a terminal (terminology with solarized_light theme)
     12 and run a tmux session with 2 panes:
     13 
     14     tmux \
     15         new -s jp18 \
     16             vim readme.slides \;\
     17         split-window -dbl2 \
     18             tail -fn0 /home/mc/irc/irc.perl.org/\#mongueurs/out
     19 
     20 so the layer is
     21 
     22      ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
     23      ┃questions from irc         ┃
     24      ┣━━━━━━━━━━━━━━━━━━━━━━━━━━━┫
     25      ┃                           ┃
     26      ┃ journées perl slides      ┃
     27      ┃                           ┃
     28      ┃    bullet                ┃
     29      ┃    bullet                ┃
     30      ┃                           ┃
     31      ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
     32 
     33 # cyberpunk theme
     34 
     35 cool-retro-term¹ emulates the old terminals, even hardware glitches.
     36 
     37     apt install cool-retro-term
     38 
     39 I made a theme for this: check `myretrofuture.json`.
     40 
     41 ¹: https://github.com/Swordfish90/cool-retro-term
     42