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

Hello,

Is there a way to append a few letters to some/all files in a folder?
For instance I would like to add the prefix "abc-" to some or all the files in one of my folders.

Thanks

1 Answer

0 votes
by
 
Best answer

Hi,

Yes, you can use :substitute command like this:

:s/$/my-suffix

You can also use :rename command and do anything you want with names by editing them in Vim, although in this case it might be an overkill.

by

Thank you very much!

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