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

Is there a way to get a list of all active key bindings in vifm?

Thanks

1 Answer

0 votes
by

:nmap (no arguments) for normal mode, :vmap for visual mode, etc. There is no single menu for all modes though.

by

Thank you.

Is there a way to disable all key bindings except those that are manually defined in vifmrc?

by

Builtin key bindings cannot be disabled, they can only hidden by mapping them to <nop>.

by

I would like to do that, but it's a long list and was wondering if there is a way to get a list of them (other than copy/paste from :nmap) that then I can map to .

by

I started copy/pasting from :nmap and it is just fine! thanks

by

There is :write command in menus to save contents to a file.

by

Great
Thank you

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