aboutsummaryrefslogtreecommitdiff
path: root/tests/test-keybindings-two-column-unbound.el
Commit message (Collapse)AuthorAgeFilesLines
* fix(keybindings): retire the two-column F2 and C-x 6 bindingsCraig Jennings2 days1-0/+26
A grazed F2 followed by a stray 2, s, or b invokes two-column mode, which replaces the buffer's mode-line-format with its own retro layout and spawns a 2C/ companion buffer. That's what mangled the modeline in an agent terminal: eat semi-char buffers don't forward F2, so the prefix was armed everywhere. Nothing of mine uses global F2 (markdown-mode's binding lives in its own map), so I unbound both routes to 2C-command. cj/modeline-reset repairs a hijacked buffer.