[idea] Option to fully hide the collapsed sidebar #842
Closed
sadiksaifi
started this conversation in
Ideas
Replies: 2 comments
-
|
implemented on master! |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
thanks |
Beta Was this translation helpful? Give feedback.
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
When the sidebar is collapsed, Herdr still leaves a compact rail visible. That rail is useful for some workflows, but for some it is distracting because the pane never gets the full terminal width.
requested change
Add a config option so users can choose the collapsed sidebar behavior:
Values:
compact: current behaviorhidden: zero-width collapsed sidebar;toggle_sidebaropens it againwhy you want this
I want collapsed to mean fully hidden, with no remaining sidebar cells on screen. Keeping
compactas the default preserves the current Herdr behavior, whilehiddengives users who prefer a distraction-free terminal a clean option.Note:
I have a small branch here if this direction makes sense:
sadiksaifi/herdr:feat/add-hide-sidebar-option
Beta Was this translation helpful? Give feedback.
All reactions