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
recategorized by

Both of the followings work:

command! mCo bash mCo.sh %f:p %s; read -n1

command! mCo bash mCo.sh %f:p; read -n1 %s

Where is the right place to put the %s, %v, or %i macros?

1 Answer

+1 vote
by
selected by
 
Best answer

Anywhere. Position doesn't matter as shell command isn't parsed except for %-sequences.

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