Vifm remembers the the last cursor/selector positions, so for example, if you move into a folder that contains files and move the cursor to the last file of that directory, then leave the directory and enter it again, the cursor/selector will be at the last highlighted (in this example the last) file.
How can I achieve this behavior on vifm startup? (So that the cursor/selector highlights the chain of all lastly highlighted items before exiting vifm?)
From documentation on command-line options (here):
From documentation on
'vifminfo'
option (here):Sample
vifmrc
actually includes this:If you're not using it or changed it, just make sure that
dhistory
andsavedirs
are both included.