How to remove visual indicator of yanked selections after copying selected files #490
Replies: 1 comment
-
It seems like this really isn't implemented currently. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have selected some files/directories in yazi, and then I invoke the
yank
command, which turns the indicator left of the files/directories yellow. Now I move the cursor into the directory where I want to copy the files/directories to, and I invokepaste
. Now, I am done with my copying operation, but I notice that the source files/directories I copied are still marked with the yellow indicator left of their name, and I also notice that I can continue topaste
them again and again.Question: How do I
"un-yank"
all previously yanked lines? I.e. how do I remove all yellow indicators? I would like to have<Esc>
do this (and<Esc>
should continue to do everything it already currently does as well, of course).Thanks for making this awesome program!
Beta Was this translation helpful? Give feedback.
All reactions