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

I have been using bulk rename feature using vim. Is it possible to use Geany with this feature?
Thank you

1 Answer

0 votes
by

It's basically the same as https://github.com/vifm/vifm/issues/920, which is caused by Geany not recognizing Vim's command-line options. The solution is also the same: use a Lua API to tell Vifm how to translate its operations to Geany's 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.
...