Recognize Ctrl-D as a TUI quit shortcut#447
Conversation
roborev: Combined Review (
|
Move Ctrl-D from the top of handleKeyMsg (unconditional quit) into handleGlobalKey alongside Ctrl-C/q. Modal views with text inputs (comment, filter, fix prompt, patch save) now handle keys first, so Ctrl-D is a no-op while editing. From non-input views it behaves like q: navigates back before quitting. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
roborev: Combined Review (
|
Add ctrl+d alongside existing q/esc quit/back behavior in log, tasks, patch (non-input mode), worktree confirm, and column options handlers so the shortcut works consistently across all non-input views. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
roborev: Combined Review (
|
Summary
Closes #431