[idea] option to move tab bar to the bottom #834
Replies: 7 comments
|
I’d like to take this on if the direction sounds good. Would you prefer this to be tracked as an accepted issue first, or is it okay for me to open a PR after approval? |
|
I've been running a fork (with no intent to PR upstream) with this as a configuration option. It's a relatively simple implementation: However, I would give it some extra thought. Moving the tab bar to the bottom does have some UI/UX implications. Specifically, it starts to butt up against the mode bar that shows up when you are in prefix or resize mode
|
|
I don't think it's obtrusive but that might be a very subjective take. |
|
@rmarganti thanks for the solution. |
|
another vote for tab bar at the bottom. |


Uh oh!
There was an error while loading. Please reload this page.
idea / problem
Tabs currently render at the top of the screen. Some users prefer the tab bar at the bottom (tmux-style), so the tab labels sit next to the shell prompt / typing area rather than at the top edge.
requested change
Add a config option to move the existing horizontal tab bar to the bottom, keeping top as the default. No left/right placement — just top vs bottom. e.g.
toppreserves current behavior;bottomrenders the same tab bar at the bottom edge.why you want this
Environment: herdr 0.7.1, macOS. (Today the only
positionconfig is for toast popups under[ui.toast.herdr], not the tab bar.)All reactions