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 do I set the vicmd as nvim such that when I open a command history, i.e. q:, and press Enter on the selected line, I want vifm to run execute that command in that line.

This is the behavior I get when I set vicmd as vim, but do not get the same functionality when i use nvim.

Thank you!

1 Answer

0 votes
by
 
Best answer

Enter key is handled by vifm.vim plugin which works with neovim as well, but you probably have the plugin installed only for Vim, so the solution is to install it for neovim as well (how to do that depends on your configuration and preferences).

by

That's right!

I installed the vifm plugin in neovim, and I got the behavior back.

Thank you, as always!

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