Skip to content

Remove 'o' keyboard shortcut for opening task directory#62

Merged
bborn merged 2 commits intomainfrom
task/138-we-can-remove-the-o-shortcvut-now
Jan 9, 2026
Merged

Remove 'o' keyboard shortcut for opening task directory#62
bborn merged 2 commits intomainfrom
task/138-we-can-remove-the-o-shortcvut-now

Conversation

@bborn
Copy link
Copy Markdown
Owner

@bborn bborn commented Jan 9, 2026

Summary

  • Removed the 'o' keyboard shortcut that opened a terminal in the task's worktree directory
  • This functionality is no longer needed since the task detail view now has an embedded pane for the task worktree shell
  • Removed obsolete test for interrupt key in detail view help

Test plan

  • Build passes (go build ./...)
  • Tests pass (go test ./...)
  • Verify 'o' key no longer appears in help text on dashboard or detail views
  • Verify other keyboard shortcuts still work correctly

🤖 Generated with Claude Code

bborn and others added 2 commits January 9, 2026 13:30
The 'o' shortcut is no longer needed since task detail view now has a pane
for the task worktree shell. This removes:
- The 'Open' key binding from KeyMap
- Key handlers for 'o' in dashboard and detail views
- The openTaskDir function and openDirDoneMsg type
- Help text for 'o' in detail view

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
The interrupt key functionality in detail view was removed, making this
test obsolete.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@bborn bborn merged commit 1e4984a into main Jan 9, 2026
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