feat: add SPC w {h,j,k,l} spatial window navigation

Pane focus follows actual screen layout: Artists (left), Albums (top-right),
Tracks (bottom-right). h/l jump between left/right columns, j/k move
between vertically stacked panes in the right column.

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/claude-agent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
Alexander
2026-05-10 13:37:52 +02:00
parent cde3fe1979
commit d1616c63bc
4 changed files with 26 additions and 17 deletions
+2 -1
View File
@@ -5,7 +5,8 @@ pub enum AppAction {
MoveDown,
FocusLeft,
FocusRight,
CycleFocus,
FocusDown,
FocusUp,
GotoFirst,
GotoLast,
HalfPageDown,