summaryrefslogtreecommitdiff
path: root/modules/keybindings.el
Commit message (Collapse)AuthorAgeFilesLines
* docs(load-graph): seed module inventory and annotate foundation headersCraig Jennings12 days1-0/+11
| | | | | | I started the init.el load-graph classification with the foundation batch. I added docs/design/module-inventory.org as the living per-module inventory and annotated the seven foundation modules (system-lib, user-constants, host-environment, system-defaults, keyboard-compat, keybindings, config-utilities) with the load-graph header contract: layer, category, load shape, eager reason, top-level side effects, runtime requires, and direct-test-load safety. I changed no load order, so init.el keeps its current eager order. The inventory records one hidden dependency for Phase 2: system-defaults uses host-environment and user-constants symbols at load while declaring them eval-when-compile, so the compiled module cannot load standalone.
* fix(keybindings): make C-z a prefix map instead of unsetting itCraig Jennings2026-02-211-1/+1
| | | | | | Unsetting C-z bound it to nil, which blocked font-config.el from binding C-z F. This cascaded through init and prevented alert and chime from loading.
* fix(terminal): add console/mosh compatibilityCraig Jennings2026-01-231-1/+1
| | | | | | | | - Create terminal-compat.el for arrow key escape sequences - Fix M-uppercase keybindings (M-O → M-S-o, etc.) that conflicted with terminal escape sequences ESC O A/B/C/D - Add GUI-only guards for emojify and icon rendering - 18 keybindings updated across 13 modules with override comments
* feat:which-key: Add descriptive labels for custom keymapsCraig Jennings2025-10-271-4/+14
| | | | | | | | | | | | Enhance which-key integration by providing detailed descriptions for new key bindings across multiple modules. This improves the usability of custom keymaps by clarifying the purpose of each keybinding, making it easier for users to navigate and understand different menus and options available within the configuration. This update ensures that all custom keymaps now display a descriptive label in the which-key popup to explain their functionality, aiding users in identifying keymap purposes promptly.
* chore:keybindings: update comments and remove unused codeCraig Jennings2025-10-231-16/+2
| | | | | | Update comments in keybindings.el for clarity by removing tilde markers around key sequences. Remove unused code related to which-key initialization to streamline the configuration.
* doc: keybindings: better keybindings textCraig Jennings2025-10-181-11/+18
|
* refactor: keybindings: Improve keymap definitions and bindingsCraig Jennings2025-10-161-71/+83
| | | | | | | - Replace deprecated global-set-key with keymap-global-set. - Enhance jump-to command implementation with error checking. - Optimize which-key and free-keys configurations for better startup performance. - Clean up legacy code and comments.
* refactor: keybindings: Consolidate custom keymap setupCraig Jennings2025-10-121-4/+22
| | | | | Unbind Flyspell's 'C-;' keybinding. Move the custom-keymap definition to keybindings.el bound 'C-;'
* changing repositoriesCraig Jennings2025-10-121-0/+100