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

cW should take more characters than cw (as it is in vim) but it's not the case in vifm

How can I swap the behavior of those two commands please ?

1 Answer

0 votes
by

As in Vim:

nnoremap cw cW
nnoremap cW cw
by

ok, it's that simple !
Thank you so much :)

Is there any way not to include the file extension when using :rename ?

by

Is there any way not to include the file extension when using :rename?

There isn't. It would probably require adding an option for it like -root or something to be able to configure it.

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