📜 ⬆️ ⬇️

Plugin to record file editing process

Found on the Internet a funny plugin for VIM - Homura .
It allows you to record the editing history and convert it to
interactive HTML with rewind and speed control
play.

Consists of two parts:

1. Actually plugin record.vim. To use it, simply clutter it up : so record.vim .

2. Utility homura, which converts the resulting log into an HTML-page.
')
Those. just do the following:

: so record.vim
: RecordStart output.log


Edit text and

: RecordStop


After that, convert the resulting log and that's it.

The result can be viewed here or on the website , which also contains a detailed guide.

Source: https://habr.com/ru/post/155837/


All Articles