tail like functionality for gvim

前端 未结 3 587
悲哀的现实
悲哀的现实 2021-02-02 10:00

I want to use gvim to view a log file which is being updated continuously, such that I always see the last updated line, much like tail command in unix. Is it possible?

3条回答
  •  梦毁少年i
    2021-02-02 10:51

    Or a less elegant solution on a vim 7.x would be just do :e! whenever you need the update .

提交回复
热议问题