Replies: 1 comment
|
I'd be happy to submit a patch for this; in fact, I have an incomplete solution on this branch: The basic idea is to expand the sidebar, if it was hidden, when the workspace navigation mode is active, allowing users to select a workspace and return the sidebar to its original state. When the sidebar is open, the behaviour should not change. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
idea / problem
Collapsed sidebar spawns with the key workspace navigation keybind.
requested change
herdr should be able to detect if the sidebar is collapsed and if the user triggers the workspace navigation keybind, it should be drawn again
why you want this
I have set
sidebar_collapsed_mode = "hidden", and if the sidebar is hidden and I typeprefix+w, herdr will show the workspace navigation options and will work as expected, but I can't see anything. There is no visual feedback to know if I am navigating between workspaces.All reactions