-
-
Notifications
You must be signed in to change notification settings - Fork 764
Copy between instances not working #864
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Those are keybinds for on old version. The comment you linked is from 2018. Use |
Then, my question is how could I copy files between nnn instances?
It just hints |
You are running off master right? I tested it with v3.0 I have lying around and it works fine. I'll test master a bit later. |
@hankchiutw please test the patch and confirm it works as expected. |
That fixes it on my end. But it brings back the problems from #855 |
I added the check for selection file size 0. Please take a look. |
@jarun With the patch, the file can be copied/moved as expected. |
That's because we block directory updates while selecting files. Otherwise it may be a bigger issue in the regular case where you are cherry-picking 10 files and suddenly a directory update happens and your view gets changed. So please live with it. |
I see. Thanks for your support! |
Environment details (Put
x
in the checkbox along with the information)[x] Operating System: macOS 10.12.6
[ ] Desktop Environment:
[ ] Terminal Emulator:
[x] Shell: fish
[ ] Custom desktop opener (if applicable):
[ ] Program options used:
[ ] Configuration options set:
[x] Issue exists on
nnn
master: v3.5Exact steps to reproduce the issue
Install by
brew install --HEAD nnn
.Follow the comment: #137 (comment). Specifically:
Are the key bindings removed now? If so, how could I copy files between nnn instances?
The text was updated successfully, but these errors were encountered: