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

Hi,
is there an option / command to set screen disabled by default?

ie, always have have multiplexer support disabled.

Thank you.

1 Answer

0 votes
by
selected by
 
Best answer

Hi,

It's normally disabled unless you use :screen. The state is saved in vifminfo file if 'vifminfo' option contains "state", so even if you enabled it, you can then disable and it should stay as such (however if you started multiple instances, the order in which you close them is important to the outcome).

If you want to be sure it's always off, you can use this workaround in vifmrc:

screen!
screen

The first line enables the integration and the second one toggles it, which results in always disabling it.

by

Thanks alot !!!

...