-
Notifications
You must be signed in to change notification settings - Fork 15
First image in directory not shown #694
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
Also, binding |
Thanks for the feedback! 😊 You mean, when you enter a new directory, then, the image list does not update automatically? If yes, then this is essentially #132, right? This is still open, as I am sure having this optionally is useful, but the implementation is quite tricky as opening all images in a directory, all the time, is quite the performance hit. Concerning the second part, weird, this works just fine for me:
mind sharing your |
Yes your are right. It is #132. The I will get back to you on the |
Using version
The arrow keys will change the selection, but the image list only gets updated with |
Oh wow, I'm just seeing the library bindings. That should be what i need: <down> : scroll down --open-selected |
Ah, in this case I misunderstood you, the issue was I can see why binding |
Okay, adding the following to my
Would adding
This is a good point. From the library, two lefts brings you to the picture, but once on the picture, |
That is an interesting point, instead of having a setting (or maybe at some point in addition to the setting), one could have a flag that forces loading. Would probably call it something along EDIT: this is of course all in the |
In case you are feeling feisty, you could give the
to have a consistend "opening and jumping back" when holding Only issue I have, is that |
Glad you think so! I look forward to trying it out!
I have to play to be sure, but to me that sounds like what I'm after! |
Uh oh!
There was an error while loading. Please reload this page.
I see this request was implemented with the
--open-selected
option: karlch/vimiv#81.I am filing a bug because in the library, when I enter a directory with
ENT
, the first image is not shown. I have ton
p
back to it for the image shown to change; even though the first image is selected.The text was updated successfully, but these errors were encountered: