不,但是 - 从功能列表中引用 - [it] Can run external commands for the currently selected files (tag-editor for example)。
您可以绑定例如:
bind common ^E run your-tag-editor {}
Run Code Online (Sandbox Code Playgroud)
因此,当您在上下文中按Ctrl+e时common,cmus将打开your-tag-editor扩展{}到当前选定的文件。