更改 Vifm 远程实例的非活动窗格的目录

Change directory of inactive pane of a remote instance of Vifm

有没有办法在现有的 Vifm 实例中使用 --remote 参数更改非活动窗格的目录?

这可以通过 :winrun command or two argument form of :cd 单独完成。示例:

# terminal #1
vifm --server-name test

# terminal #2
vifm --server-name test --remote +'winrun , cd /etc'
vifm --server-name test --remote +'cd . /etc'

使用:cd比较简单,但是会退出树视图和自定义视图,所以一般情况下:winrun更可取,但一次性使用:cd更方便。