如何在vim或emacs等编辑器中打开Web浏览器(如Firefox)中的文件?

前端之家收集整理的这篇文章主要介绍了如何在vim或emacs等编辑器中打开Web浏览器(如Firefox)中的文件?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
如何在诸如vim或emacs的编辑器中打开浏览器(例如Firefox)中的文件?记事本通过按Ctrl Shift Alt X(Firefox)在浏览器中打开文件。有没有办法在gVim或Emacs这样做?
browse-url-of-file是一个交互式编译的Lisp函数
`浏览-url.el”。

它被绑定到< menu-bar> < HTML> <在浏览器中加载此缓冲区> C-c
C-z v。

(browse-url-of-file &optional file)

Ask a WWW browser to display file.
Display the current buffer’s file if file is nil or if called
interactively. Turn the filename into a URL with function
browse-url-file-url. Pass the URL to a browser using the
browse-url function then run browse-url-of-file-hook.

原文链接:https://www.f2er.com/bash/388181.html

猜你在找的Bash相关文章