aboutsummaryrefslogtreecommitdiff
path: root/tests/test-dirvish-config--side-key.el
Commit message (Collapse)AuthorAgeFilesLines
* fix(dirvish): move the sidebar to F9 so F11 toggles fullscreen againHEADmainCraig Jennings14 hours1-0/+40
Stock Emacs binds F11 to toggle-frame-fullscreen, the key every other application uses for it. This config never rebound it, but dirvish-config's :bind put dirvish-side on F11 and shadowed the stock binding. I moved the sidebar toggle to F9, the free bare F-key: ai-term left it for M-SPC in June and the recording chord came off it today. F2 is the preview key and F5 is reserved for the debug backend, so neither was a candidate. The org-capture F-key guard follows the command rather than the key. F9 joins its list and F11 leaves it, since a fullscreen toggle pops nothing over a capture. The tests pin the new key, the un-shadowed F11, and the guard change.