summaryrefslogtreecommitdiff
path: root/modes/sly
AgeCommit message (Collapse)Author
2022-06-06Change package-requires to 26.3James Nguyen
25 was already deprecated a year ago: https://github.com/emacs-evil/evil-collection/pull/508/files
2021-02-03Add find-references/find-usages type bindingsJames Nguyen
Since these bindings have a potential usage clash with "gr", we add an additional option here to do disable for the case where the user wants to keep "gr" in their non programming modes but don't want find-refs type keybindings in their programming modes. g? may be another good candidate for finding references.
2021-01-14Sly: Advise sly-eval-print-last-expressionJames Nguyen
Credits to nnoodle for implementation. For more details: https://github.com/emacs-evil/evil-collection/pull/441
2021-01-12Add quit-window binding to sly-xref-modeNoodles!
2019-10-14sly: Add bindings for connection list buffer.Pierre Neidhardt
2019-10-13sly: Add bindings for stickers dialog.Pierre Neidhardt
2019-10-13sly: Add bindings for trace dialog.Pierre Neidhardt
2019-10-10Sly: Initialize.Pierre Neidhardt