RockWolf
54db7915d0
fish: change mode & setsMode bind options to allow arbitrary strings additional to default enum values
2026-03-17 23:47:50 -05:00
RockWolf
51895e1813
fish: add name field to binds module
...
Resolves : #8795
2026-03-17 23:47:50 -05:00
novenary
e4e25a8c31
fish: ensure generated completions considered last
...
home-manager's generated completions shadow built-in completion scripts.
fish actually has logic to deal with this when the path ends with
/generated_completions, so let's take advantage of it.
Link: 47c773300a/src/autoload.rs (L421-L424)
2025-11-30 17:12:04 -06:00
Mohamad Fikri
2d7d65f65b
fish: fix the binds.*.erase option ( #7186 )
...
The `command` option is optional when the `erase` option is true,
because when in erase mode, bind does not require any other arguments
2025-06-06 15:57:26 -05:00
Mohamad Fikri
85a27991d5
fish: add binds option ( #7121 )
...
binds options is a wrapper of fish_user_key_bindings that contains
custom binds
2025-05-28 22:35:08 -05:00