Replies: 5 comments 2 replies
-
Is your version the latest nightly? There is a bug in the implementation of back and forward, which has already been fixed in the latest nightly. Next time, please follow the template and include debug information so I can know your specific version. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the reply! I am running the lastest packaged version from the Arch Linux official repository, so I guess what I am experiencing is this bug?
|
Beta Was this translation helpful? Give feedback.
-
I'm in the same boat as ysooqe. I too often jump to downloads to grab a file and want to jump back and paste it. Remembering whether or not the current directory was arrived at via a FZF or a leave command to know if I can rely on the jump stack doesn't strike me as desirable. I plan to maintain a patch to restore the old H/L behavior until there is a config option or this is reverted. |
Beta Was this translation helpful? Give feedback.
-
Yes, I'm preparing a new release, but still need some time, please use our nightly build for now. |
Beta Was this translation helpful? Give feedback.
-
Are you saying you got rid of the yazi/yazi-core/src/tab/commands/cd.rs Line 36 in bc9dbd3 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What system are you running Yazi on?
Linux Wayland
What terminal are you running Yazi in?
foot
yazi --debug
outputDescribe the question
In #2687 , the behaviour of "H" and "L" was changed.
I used to use H and L quite a lot to "move through history". Since I use "h" and "l" a lot to move through the filesystem, occasionally, I needed to jump (cd) to a known directory (e.g. "~/Downloads", which I have a shortcut for) and then go back to the directory I was in before, using "H".
This does not work anymore since only "jumps" (cd) are now registered to be navigated by "H" and "L". But this means I can use "H" and "L" only to jump to directories that I already have a shortcut for (since I can only use them for directories I "cd"ed into, which in turn are directories I already have a shortcut for, otherwise I wouldn't be able to "cd" into them in the first place), which makes "H" and "L" kind of redundant.
Maybe I understood it wrong how this new implementation is supposed to work? Or is this basically what it does now? If so, is there any way to bring back the old "H" and "L" without having to go the "custom plugin" route?
Anything else?
No response
Checklist
Beta Was this translation helpful? Give feedback.
All reactions