mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 01:36:39 +08:00
[Changelog] bind preset change
No reason to even mention them, people will care more about f_u_k_b.
This commit is contained in:
parent
d62731a931
commit
35ce95f51d
|
@ -38,6 +38,7 @@ fish 3.0 is a major release which brings with it both improvements in functional
|
|||
- Command substitution output is now limited to 10 MB by default (#3822).
|
||||
- The machine hostname, where available, is now exposed as `$hostname` which is now a reserved variable. This drops the dependency on the `hostname` executable (#4422).
|
||||
- The universal variables file no longer contains the MAC address. It is now at the fixed location `.config/fish/fish_universal_variables` (#1912).
|
||||
- Bare `bind` invocations in config.fish now work. The `fish_user_key_bindings` function is no longer necessary, but will still be executed if it exists (#5191).
|
||||
|
||||
### New features in builtins
|
||||
- `alias` now has a `-s` and `--save` option to save the function generated by the alias using `funcsave` (#4878).
|
||||
|
|
Loading…
Reference in New Issue
Block a user