Commit 94916b1b43f02932df95f29b98581d8be8e619de

Persist tabs and menu's command-line history
Author: xaizek
Author date (UTC): 2025-10-04 15:45
Committer name: xaizek
Committer date (UTC): 2025-10-04 15:45
Parent(s): 9f5bcbd01e703cae4ee590ee21b335ee2f86f5dd
Signing key: 99DC5E4DB05F6BE2
Tree: 4650d992775d5428346667a6f48f9decc68525e1
File Lines added Lines deleted
vifmrc 1 1
File vifmrc changed (mode: 100644) (index 206c51b..23053f2)
... ... set rulerformat='%2l-%S%[ +%x%]'
107 107
108 108 " what should be saved automatically between vifm runs " what should be saved automatically between vifm runs
109 109 set vifminfo=dhistory,savedirs,chistory,state,tui,shistory,phistory,fhistory set vifminfo=dhistory,savedirs,chistory,state,tui,shistory,phistory,fhistory
110 \,dirstack,registers,bookmarks,bmarks
110 \,dirstack,registers,bookmarks,bmarks,tabs,mchistory
111 111
112 112 " use trash directory per mount point, fallback to ~/.vifm/trash " use trash directory per mount point, fallback to ~/.vifm/trash
113 113 set trashdir=%r/.vifm-Trash,$HOME/.vifm/trash set trashdir=%r/.vifm-Trash,$HOME/.vifm/trash
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/dotvifm

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/dotvifm

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master