summaryrefslogtreecommitdiff
path: root/modules/mousetrap-mode.el
Commit message (Collapse)AuthorAgeFilesLines
* feat:which-key: Add descriptive labels for custom keymapsCraig Jennings2025-10-271-0/+3
| | | | | | | | | | | | 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.
* feat:mouse-trap-mode: add buffer-local activation and excluded modesCraig Jennings2025-10-201-7/+20
| | | | | | | Modify `mouse-trap-mode` to activate buffer-locally and add an exclusion list of major modes where the mode should not be enabled. Update description and bindings for improved text and prog mode integration.
* feat: mousetrap-mode: move mousetrap-mode from wip into moduleCraig Jennings2025-10-121-0/+53