localcfg/plugins/Replay.vimΒΆ

Enforce vim script implementation to reduce ambiguities and improve robustness:

scriptversion 4

Record video of replay sessions when possible:

if exists('$DISPLAY') && executable('ffmpeg')
   const g:replay_record = v:true
endif