summaryrefslogtreecommitdiff
path: root/rc/tools/menu.kak
AgeCommit message (Collapse)Author
2023-11-20rc tools menu: add -on-abort switchJohannes Altmanninger
Along -select-cmds this is useful to implement preview functionality.
2023-11-20rc tools menu: replace menu builtin with a prompt-based implementationJohannes Altmanninger
prompt has fuzzy filtering which is more discoverable than the menu mode's regex filtering (because that one needs / to trigger it). There are no important differences left, so replace the menu builtin with a prompt-based command. prompt does not support markup in the completion menu, so drop that feature for now.