โ– humdrum codex / glint v1.1.2
license AGPL-3.0

โ† issues

TASK-041 Swap Home/End and Ctrl+Up/Down: line edges vs document edges

๐Ÿ Done bug priority: medium

created 2026-07-09 04:42 ยท updated 2026-07-09 05:13

Description

Cmd+Left/Right (arriving as Home/End) jumped to the top/bottom of the document, and Ctrl+Up/Down moved to line start/end โ€” backwards from macOS convention. Home/End now move to line edges; Ctrl+Home/Ctrl+End (what Ghostty's cmd+up/cmd+down send: CSI 1;5H / CSI 1;5F) move to document edges, with Ctrl+Up/Ctrl+Down as aliases. Shift variants follow. Bubbletea's Key struct has no Cmd/Super modifier, so Cmd can only ever reach glint as a terminal-emitted escape sequence โ€” README now documents the four sequences plus Ghostty/iTerm2/Terminal.app config.

Acceptance Criteria