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.
0 votes
in vifm by

Try to make an exhaustive list of all menus available

bmarks......................display all bookmarks in a menu
ca[bbrev]..................display cmdline abbrevs
chi[story]..................display history of menus
cmap.........................mappings for command line mode
cnoreabbrev...........display noremap cmdline abbrevs
colo[rscheme]........display color schemes
com[mand].............display a menu of user commands
dirs...........................display directory stack
dis[play]..................display menu with registers content
f[ile]........................display menu of programs set for the file type
fin[d] pattern........display results of find command in the menu
gr[ep] pattern.......display results of grep command in the menu
his[tory]..................display a menu with list of visited directories
jobs..........................display menu of current backgrounded processes
locate filename.....menu of file names
lstrash.....................display a menu with list of files in trash
marks......................display menu of all marks
media......................display media management menu
nmap.......................mappings for normal mode
plugins....................display plugins menu
qmap.......................mappings for view mode
reg[isters]...............display menu with registers content
trashes....................list all valid trash directories in a menu
undol[ist]................display list of latest changes
ve[rsion]..................display menu with version information
vmap........................same as vnoremap - mappings for visual mode
volumes...................display menu with volume list

Feel free to correct me or update the list - I will be grateful

1 Answer

0 votes
by
  • :apropos
  • :fileviewer
  • :filetype
  • :vifm (same as :version).

cnoreabbrev...........display noremap cmdline abbrevs

Nope, the menu is the same as for :cabbrev.

his[tory]..................display a menu with list of visited directories

The command displays various histories depending on its parameter.

by
edited

Thanks to xaizek, updated list of all menus

To call a menu, press the colon key followed by the menu name - example
:vifm

apropos keyword..................display items returned by the apropos command
bmarks....................................display all bookmarks
ca[bbrev]...............................display cmdline abbrevs
chi[story]...............................display history of menus

amap.....................................display mappings of navigation mode.
cm[ap]..................................display mappings for command line mode
dm[ap]..................................display mappings of dialog modes
qm[ap].................................display mappings for view mode
nm[ap].................................display mappings for normal mode
vm[ap].......................... ......same as :vnoremap - display mappings for visual mode

colo[rscheme]...................display color schemes
com[mand]........................display user commands
dirs.....................................display directory stack
dis[play]............................display registers content
f[ile]...................................display programs set for the file type
fin[d] pattern...................display results of find command
gr[ep] pattern..................display results of grep command
his[tory] x.........................display various histories depending on its parameter

where x can be:
d[ir] show directory history.
c[md] show command line history.
s[earch] show search history and search forward on l key or enter key
f[search] show search history and search forward on l key or enter key
b[search] show search history and search backward on l key or enter key
i[nput] show prompt history (e.g. on one file renaming)
fi[lter] show local filter history
e[xprreg] show expression register history
mc[md] show command-line history of menus

See documentation or :help in vifm for more...

jobs...................................display current backgrounded processes
locate filename..............display file names
lstrash.............................display list of files in trash
marks..............................display all marks
media..............................display media management
plugins............................display plugins
reg[isters]......................display registers content
trashes...........................display a list of all valid trash directories
undol[ist].......................display list of latest changes
ve[rsion].........................same as :vifm - display version information
volumes.........................display volume list
%m................................display command output
%M................................same as %m, but l (or Enter) key is handled like
for :locate and :find commands

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.
...