如何在诸如vim或emacs的编辑器中打开浏览器(例如Firefox)中的文件?记事本通过按Ctrl Shift Alt X(Firefox)在浏览器中打开文件。有没有办法在gVim或Emacs这样做?
browse-url-of-file是一个交互式编译的Lisp函数
`浏览-url.el”。
原文链接:https://www.f2er.com/bash/388181.html`浏览-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 runbrowse-url-of-file-hook
.