summaryrefslogtreecommitdiff
path: root/modules/keybindings.el
AgeCommit message (Collapse)Author
3 daysfeat:which-key: Add descriptive labels for custom keymapsCraig Jennings
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.
8 dayschore:keybindings: update comments and remove unused codeCraig Jennings
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.
12 daysdoc: keybindings: better keybindings textCraig Jennings
2025-10-16refactor: keybindings: Improve keymap definitions and bindingsCraig Jennings
- 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.
2025-10-12refactor: keybindings: Consolidate custom keymap setupCraig Jennings
Unbind Flyspell's 'C-;' keybinding. Move the custom-keymap definition to keybindings.el bound 'C-;'
2025-10-12changing repositoriesCraig Jennings