summaryrefslogtreecommitdiff
path: root/tests/test-jumper.el
Commit message (Collapse)AuthorAgeFilesLines
* Revert "checking in modified/removed tests and other misc changes"Craig Jennings2025-11-141-0/+352
| | | | This reverts commit 1218bae708a6755e3628f15fef58e6806ac81039.
* checking in modified/removed tests and other misc changesCraig Jennings2025-11-141-352/+0
|
* feat:jumper: Integrate and enhance 'jumper' module with testsCraig Jennings2025-10-271-0/+352
Enable 'jumper' module by uncommenting its require statement in init.el. Enhance 'jumper' by adding detailed documentation, refactoring logic into internal functions, and updating keybinding setup for better usability. Integrate 'which-key' for improved keybinding assistance. Add comprehensive unit tests for 'jumper' functionalities to ensure reliability.