Skip to content

feat: add arrow key shortcuts to navigate tasks in detail view#134

Merged
bborn merged 1 commit intomainfrom
task/263-add-arrow-shortcuts-to-task-detail-view
Jan 12, 2026
Merged

feat: add arrow key shortcuts to navigate tasks in detail view#134
bborn merged 1 commit intomainfrom
task/263-add-arrow-shortcuts-to-task-detail-view

Conversation

@bborn
Copy link
Copy Markdown
Owner

@bborn bborn commented Jan 12, 2026

Summary

  • When viewing task details, pressing ↑/↓ arrow keys (or j/k) navigates to the previous/next task in the same kanban column
  • Updates the help bar to show "↑/↓ prev/next task" instead of "↑/↓ scroll"
  • Properly cleans up tmux panes before switching to the new task

Test plan

  • Open a task from a kanban column with multiple tasks
  • Press ↑ or k to navigate to the previous task in the column
  • Press ↓ or j to navigate to the next task in the column
  • Verify the detail view updates to show the new task
  • Verify navigation wraps around (at the bottom, pressing ↓ goes to the top)
  • Verify tmux panes are properly cleaned up and recreated when switching tasks

🤖 Generated with Claude Code

When viewing task details, pressing Up/Down arrow keys (or j/k) now
navigates to the previous/next task in the same kanban column. This
allows users to quickly browse through tasks without returning to
the dashboard view.

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