What does a red mark mean? #2478
-
What is this scary red mark on the left of a directory? How to revert it back to normal? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
It means you pressed
To clear the clipboard, press See also our documentation. |
Beta Was this translation helpful? Give feedback.


It means you pressed
d(as indelete/cut). It cuts the selected file intolf's clipboard. If you now navigate somewhere else, you can presspto paste the file into the current location.There is also
y(as inyank/copy) which copies the selected file intolf's clipboard. When pressingp, it creates a copy of the selected file in the current location und leaves the original file in place.d-> Think of it asCTRL-X.y-> Think of it asCTRL-C.To clear the clipboard, press
cfor clear. Clearing does not touch your existing files in any way.See also our documentation.