I'm surprised there's no acme-like presentation tool for vim
You could write it in total acme style fairly trivially. But the viml should be pretty simple too
Also. Vim *, :next, :prev
i'm unfamiliar with acme. what is it like?
i have tried out a couple of different vim-based presentation tools/plugins in the past, but i was underwhelmed
I watched the Rob Pike acme tutorial. It's very good. Gave a great overview of the points.
never had the time to actually look at this in detail but I have this in my bookmarks https://github.com/eiro/talk-acme-changed-my-life that might be related
Vim * worked really well. And the benefit was that I could modify my slides as I went and ended up with useful notes to turn into documentation.
i've done something like that for some live demos where i have a bunch of files in a directory, ordered like 00-something
, 01-something-else.clj
, etc. it's quite nice. you can just open the first one and move through them with vim-unimpaired's [f
and ]f
bindings
Oh that's awesome. I used the arglist and :next
I should just install unimpaired really. I've been defining my own very similar bindings for a while.
the next/prev is cool, but I use the option toggling of unimpaired more, very useful plugin
i'm a big fan of unimpaired. i would put it on a compilation of tim pope's greatest hits :D