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.
+1 vote
in vifm by

VIFM version 0.14.3

Hello,

After yanking a file with yy I have the message : 1 file yanked

Then I move in another directory and I copy it with p or move it with P - in both cases the message is : 1 file inserted

what about this little modification

for copying with p let the message as is: 1 file inserted

and for moving with P change the message to: 1 file moved

Thank you for your time and appreciate your feedback

2 Answers

0 votes
by

Hi,

makes sense, but there should be more kinds of messages:

  • ... copied
  • ... moved
  • ... linked (abs)
  • ... linked (rel)

I must have used inserted as a generalization of all of the above.

Thanks for the suggestion.

by

most of time I use f5 for copy and f6 for move

with the mapping in vifmrc

nnoremap <f5> :copy<cr>
nnoremap <f6> :move<cr>

then I have the message:

1 file successfully processed

your smart answer

  • ... copied
  • ... moved
  • ... linked (abs)
  • ... linked (rel)

make sense for the newbie

0 votes
by

I have noticed the same issue. When I yank a file and then later use the p or the P key (see :help vifm-p), I am often a bit unsure if I hit the correct key, because the same message is displayed: 1 file inserted.

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