Welcome to Vifm Q&A, where you can ask questions about Vifm usage. Registration is optional, anonymous posts are moderated. GitHub or Google logins are enabled.
0 votes
in vifm by

When I run the following command, it flickers:

command! mCommand bash mRename.sh %f

I tried changing it to use system() (see below), but I can's make it to work:

command! mCommand : system('bash mRename.sh %f')

How can I resolve the flickering issue?

Thank you

1 Answer

+1 vote
by
selected by
 
Best answer

You can use %i macro.

...