Plugin for recording file editing process

    Found a funny plug-in for VIM - Homura on the Internet .
    It allows you to record the editing history and convert it into
    interactive HTML, with the ability to rewind and control the
    playback speed .

    Consists of two parts:

    1. Actually the record.vim plugin. To use it, you just need to spoil it : so record.vim .

    2. A homura utility that converts the resulting log into an HTML page.

    Those. just do the following:

    : so record.vim
    : RecordStart output.log


    Edit text and

    : RecordStop


    Then convert the resulting log and that's it.

    The result can be viewed here or on the website , where the detailed manual is also located .

    Also popular now: