Simple way to show some text ('transcript') in terminal recordings (eg. asciinema).
Check vim-complimentary for an example.
let g:foldscript_nostl = 1
to disable the plugin statusline
let g:foldscript_noflash = 1
to disable flashing (Vim8)
Maps:
<Plug>(foldscript)next
<Plug>(foldscript)prev
<Plug>(foldscript)start
<Plug>(foldscript)end
Mapped by default to <Leader> + up/down/left/right arrows