in /src/ui/statusline.c
there is a static constant array with dynamics tips
They appears in the status line below the panels and changes
(time-based or movement-triggered ?) and it's helping a lot when
we are Newbies with the beautiful file manager VIFM.
1 Space after :command name is sometimes optional: :chmod+x",
2 [count]h moves several directories up, e.g. for cd ../..: 2h",
3 :set options without completions are completed with current value"
4 :help command completes matches by substring match",
5 'classify' can be used to decorate names with chars/icons",
6 You can rename files recursively via :rename!",
7 t key toggles selection of current file",
8 :sync command navigates to the same location on the other panel",
When teaching friends how to use VIFM, I often zoom in (Ctrl++) to increase the font size for better visibility. However, this causes the tips in the status bar to truncate, making them hard to read.
To improve the VIFM experience, I tought maybe a duplicate status bar
line with in the first one only the string of the tip and in the second
one the other information could be helpful.
The duplicate line with tips could have a toggle shortcut to hide it if necessary.