aboutsummaryrefslogtreecommitdiff
path: root/tests/test-music-config--pin-point.el
Commit message (Collapse)AuthorAgeFilesLines
* feat(music): pin the playlist cursor to the number gutterCraig Jennings3 days1-0/+78
Vertical motion over thumbnail rows and the stretch-space that right-aligns the metadata drifts point to arbitrary visual columns, usually line end. The rows aren't editable text, so the cursor now lives at the row start (the number column). A buffer-local post-command snap sends every landing back there. Kill, shift (C-up/C-down), and play already act on the whole row, so all track operations happen from the number. An active isearch keeps point until it ends, then the snap lands on the match's row.