Welcome to Vifm Q&A, where you can ask questions about using Vifm. Registration is optional, anonymous posts are moderated. E-mail and GitHub logins are enabled.
+2 votes
in vifm by

Hi,

In case anyone wants to open a specified set of tabs when opening vifm but doesn't want to duplicate them when reloading

" Open vifm with three tabs per pane. The first tab of each pane is in current
" directory. Remaining are home directory.
"-------------------------------------------------------------------------------
if tabpagenr("$") == 1
    windo tabnew
    cd ~ ~
    windo tabnew
    cd ~ ~
    tabnext 1
    winc w
    tabnext 1
    winc w
endif

Your answer

Preview

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
Please answer the question:
To avoid this verification in future, please log in or register.
If you would like to make a bug report or feature request consider using GitHub, SourceForge or e-mail. Posting such things here is acceptable, but this is not a perfect place for them.
...