Vifm - 跳转到现有 Vifm 实例中的文件

Vifm - Jump to file in an existing instance of Vifm

有没有办法让现有的 Vifm 实例使用 --remote 参数跳转到特定文件?

:goto command, which locates a path. Alternatively there is --select 命令行选项,但它进入目录而不是将光标定位在目录上(文件的处理方式与 :goto 相同)。示例:

# terminal #1
vifm --server-name test

# terminal #2
vifm --server-name test --remote +'goto /etc'
vifm --server-name test --remote --select /etc/fstab