Skip to content

feat(tui): add pane focus mode (M6)#8

Open
artyomsv wants to merge 2 commits intomasterfrom
feature/m6-pane-focus
Open

feat(tui): add pane focus mode (M6)#8
artyomsv wants to merge 2 commits intomasterfrom
feature/m6-pane-focus

Conversation

@artyomsv
Copy link
Owner

F11 toggles the active pane to fill the entire tab area. Other panes keep running in the background. Layout tree stays intact — focus is a pure rendering toggle on TabModel.focusMode.

  • Pane navigation (Tab/Shift+Tab) disabled in focus mode
  • Split (Alt+H/V) and close (Ctrl+W) auto-exit focus mode
  • [focus] indicator in status bar
  • Focus exits when tree reduces to single pane
  • Not persisted — fresh start always shows normal layout

artyomsv and others added 2 commits March 22, 2026 20:37
F11 toggles the active pane to fill the entire tab area. Other panes
keep running in the background. Layout tree stays intact — focus is a
pure rendering toggle on TabModel.focusMode.

- Pane navigation (Tab/Shift+Tab) disabled in focus mode
- Split (Alt+H/V) and close (Ctrl+W) auto-exit focus mode
- [focus] indicator in status bar
- Focus exits when tree reduces to single pane
- Not persisted — fresh start always shows normal layout

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant