是否有一种方法可以在现有的Vifm实例中使用--remote参数来更改非活动窗格的目录?
--remote
发布于 2021-12-16 11:44:31
这可以通过:winrun命令或两种参数形式的:cd来完成。示例:
: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更方便于一次性使用。
https://stackoverflow.com/questions/70374100
相似问题