Feature hasn't been suggested before.
Describe the enhancement you want to request
Problem
The TUI sidebar width is currently hardcoded to 42 characters. Users cannot customize it to fit their workflow.
Proposed Solution
Add a sidebar_width option to tui.json configuration:
Use Cases
- Users with wide monitors want a larger sidebar for more content
- Users with narrow monitors want a smaller sidebar
- TUI plugin developers need more space for custom sidebar content
- Accessibility needs for different font sizes
Implementation Notes
- Default value: 42 (current behavior, no breaking change)
- Min value: 30
- Max value: 80
- Auto-adjust when terminal is too narrow
Related
This would also benefit TUI plugin developers who add custom sidebar content (buttons, status panels, etc.)
Feature hasn't been suggested before.
Describe the enhancement you want to request
Problem
The TUI sidebar width is currently hardcoded to 42 characters. Users cannot customize it to fit their workflow.
Proposed Solution
Add a
sidebar_widthoption totui.jsonconfiguration:{ "sidebar_width": 50 }Use Cases
Implementation Notes
Related
This would also benefit TUI plugin developers who add custom sidebar content (buttons, status panels, etc.)