aboutsummaryrefslogtreecommitdiff
path: root/tests/test-custom-buffer-file-keymap-bindings.el
Commit message (Collapse)AuthorAgeFilesLines
* fix(keys): destructive delete on capital D, diff on lowercase dCraig Jennings16 hours1-0/+30
C-; b d now runs cj/diff-buffer-with-file (the op I hit most, comparing a buffer against the saved file) and C-; b D runs cj/delete-buffer-and-file. The destructive command sat on the easy lowercase key and diff on the capital. A keymap-lookup test guards the swap.