Welcome to Vifm Q&A, where you can ask questions about Vifm usage. Registration is optional, anonymous posts are moderated. GitHub or Google logins are enabled.
0 votes
in vifm by

Just wondering: is it possible to issue commands that operate on the inactive pane?
More specifically, I'm thinking of the opposite of the %D macro (and the cd %D command). E.g.: open selected directory in other pane, swap panes, open current dir in opposite pane, etc.

1 Answer

0 votes
by

See :winrun command, for example:

winrun , sync

Will change directory of current pane to the location of the inactive one.

...