summaryrefslogtreecommitdiff
path: root/modules/keybindings.el
Commit message (Collapse)AuthorAgeFilesLines
* 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