aboutsummaryrefslogtreecommitdiff
path: root/tests/test-term-config--f8-in-term.el
Commit message (Collapse)AuthorAgeFilesLines
* feat(term): open the agenda with F8 from inside ghostel buffersCraig Jennings2026-06-081-0/+42
F8 is bound globally to cj/main-agenda-display, but ghostel's semi-char mode forwarded it to the terminal program, so it did nothing inside a ghostel buffer. I added F8 to ghostel-keymap-exceptions and rebuilt the semi-char map, which lets it fall through to the global map, the path F10 and the F9 family already take.