" %t - file name (considering value of the 'classify' option)
" %T - symbolic link target (empty for other filetypes)
" %f - file name relative to current directory (considers 'classify')
" %A - file attributes (permissions on *nix or properties on Windows) %u - user name or uid (if it cannot be resolved)
" %g - group name or gid (if it cannot be resolved)
" %s - file size in human readable format
" %E - size of selected files in human readable format, same as %s when no files are selected, except that it will never show size of ../ in visual mode, since it cannot be selected
" %d - file modification date (uses 'timefmt' option)
" %D - path of the other pane for single-pane layout
" %a - amount of free space available at current partition
" %z - short tips/tricks/hints that chosen randomly after one minute period
" %{<expr>} - evaluate arbitrary vifm expression '<expr>', e.g. '&sort'
" %* - resets or applies one of User1..User9 highlight groups; reset happens when width field is 0 or not specified, one of groups gets picked when width field is in the range from 1 to 9