这可以通过:winrun
命令或单独的两个参数形式来完成: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
在一次性情况下更方便。