mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-25 10:11:17 -03:00
Revamped and renamed the __fish_bind_test2 function. Now has a more explicit name, `__fish_bind_has_keys` and allows for multiple functions after the key-combo, doesn't offer function names after an argument with a parameter (e.g. -M MODE). Logic on the function is now more concise. Closes #11864