这可以通过: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在一次性情况下更方便。