Replies: 2 comments 8 replies
-
|
@devnull09 This was implemented in #745 to be able to paste the same selection multiple times to different directories. At the time I didn't mind since it was possible to get the previous behavior with your example (e.g. @laktak What do you think? Shall we change the default back to the previous one? It would still be possible to get the current behavior (e.g. |
Beta Was this translation helpful? Give feedback.
-
|
If there is a use case to keep the selection for multiple paste actions, could we at least have the marked file list cleared when lf (server) is stopped? Assuming there is a clean and easy way to implement this at least. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
One of the things that annoyed me about lf was that selected files stayed marked.
I solved this by mapping the paste key to clear as well
map p : paste; clearI tried using the default for a while to see if there is a good reason for this behavior but I cant really thing of a good reason why things like the copy/move buffer should survive reboots.
Logging in and finding marked files from copy operations a few days in the past has no use I can think of.
So should the default be changed?
I think that the buffer should at least be cleared at reboot (or rather when the lf server process is stopped).
Does anyone know good reasons to keep the buffer permanently?
Beta Was this translation helpful? Give feedback.
All reactions