在 VI 中保存文件后如何刷新网络浏览器
如果我在 VI 中编辑 javascript 文件,我希望它能够在保存文件后立即刷新浏览器,而无需切换到浏览器窗口并按 F5。 (我使用透明终端,这样我就可以通过我的代码看到浏览器)。最好的方法是什么?
If I'm editing a javascript file in VI, I'd like it to somehow refresh the browser as soon as I save my file without me having to switch to the browser window and press F5. (I'm using a transparent terminal so I can see the browser through my code). What's the best way to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
此处已回答此问题:
使用 vim,如何快速刷新正在处理的网页?
我喜欢 http 的外观://xrefresh.binaryage.com/
This has been answered here:
Using vim, how do you quickly refresh a web page you're working on?
I like the look of http://xrefresh.binaryage.com/
看看这个:自动刷新浏览器以响应文件系统更改?
Check this out: Automatically refresh browser in response to file system changes?
这是一个适用于所有浏览器并且可以同时使用多个浏览器的 python 脚本。不过目前它仅适用于 Linux。 http://code.google.com/p/reloader/
Here's a python script which works with all browsers and can use multiple browsers simultaneously. It currently only works on linux though. http://code.google.com/p/reloader/