Files
fish-shell/doc_src/cmds
iksuddle 8e34dc4cdb bind: show all modes by default
Ensure `bind` builtin lists binds for all modes if `--mode` is not
given.

- The `get` function in `src/input.rs` now takes an optional bind
  mode and returns a list of input mappings (binds).
- The `list_one` function in `src/builtins/bind.rs` lists binds in
  the results returned by `get`.
- Creating the output string for a bind has been extracted to its
  own function: `BuiltinBind::generate_output_string`.
- The `bind_mode_given` option has been removed.

Fixes #12214

Closes #12285
2026-01-11 21:12:40 +01:00
..
2025-12-18 15:04:06 +01:00
2026-01-04 13:08:26 +01:00
2026-01-11 21:12:40 +01:00
2025-12-08 21:19:43 +08:00
2025-12-15 19:23:01 +01:00
2025-05-28 17:09:13 +02:00
2025-01-06 19:40:30 -06:00
2026-01-04 13:08:26 +01:00