Vim: write back my file on each key press

前端 未结 6 455
孤街浪徒
孤街浪徒 2020-12-24 08:56

I\'d like vim to automatically write my file as often as possible. The ideal would be every keystroke.

I need to save regularly so that my background build process wi

6条回答
  •  北海茫月
    2020-12-24 09:34

    If you're running Linux, you can take a look at
    http://www.charlietanksley.net/philtex/vim-live-latex-preview/

    He's using scripts and MuPDF(a lightweight pdf viewer) for live preview of latex markup.
    It's very fast and the best/easiest solution I have found so far.
    I've been using it for quite some time now and it works great!

提交回复
热议问题