Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法让现有的 Vifm 实例使用--remote参数跳转到特定文件?
--remote
有:goto命令,它定位一个路径。或者,有--select命令行选项,但它进入目录而不是在它们上定位光标(文件按中处理:goto)。例子:
:goto
--select
# terminal #1 vifm --server-name test # terminal #2 vifm --server-name test --remote +'goto /etc' vifm --server-name test --remote --select /etc/fstab