Make single-file copy / cut & paste select the new file created #2247
Replies: 6 comments
-
|
@doronbehar I don't have a strong opinion as well but we should also consider what should happen when multiple files/dirs are copied for this case. |
Beta Was this translation helpful? Give feedback.
-
|
In the current implementation of that config snippet, and in the ideal (IMO) behavior of this, the first file that was loaded is selected in the target directory. |
Beta Was this translation helpful? Give feedback.
-
|
BTW for the record, with large files / directories copy-paste, my workaround doesn't work because the |
Beta Was this translation helpful? Give feedback.
-
|
Hello @doronbehar! Are you still interested in this?
|
Beta Was this translation helpful? Give feedback.
-
|
Hello @CatsDeservePets ! Thanks for your interest.
I think that as a start, we can avoid change the behavior when copying/moving multiple files.
I think that the best behavior is the following: The |
Beta Was this translation helpful? Give feedback.
-
|
Ok, as this is something really specific, we are no longer talking about a built-int option but a custom command. You could use this #1616 as a starting point. You can find a similar script that acts different whether you are using one or more files. Don't hesitate to ask if you need more help. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Say you select a single file for a copy / move. You then paste it in a different directory. I think it's intuitive, especially if it's a large directory, that the new file pasted will be selected with
select.This can be overridden by the following:
Should this behavior be the default? Open question, I tend to think it should, but my opinion is not strong.
Beta Was this translation helpful? Give feedback.
All reactions