Is there a way to get a list of all active key bindings in vifm?
Thanks
:nmap (no arguments) for normal mode, :vmap for visual mode, etc. There is no single menu for all modes though.
:nmap
:vmap
Thank you.
Is there a way to disable all key bindings except those that are manually defined in vifmrc?
Builtin key bindings cannot be disabled, they can only hidden by mapping them to <nop>.
<nop>
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 .
I started copy/pasting from :nmap and it is just fine! thanks
There is :write command in menus to save contents to a file.
Great Thank you