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

How can I disable a hotkey, e.g. C for clone ?

I tried this with no luck!

nnoremap C nop

1 Answer

0 votes
by
selected by
 
Best answer

It should be <nop>, not nop:

nnoremap C <nop>
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.
...