mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
Add note about console session improvements to CHANGELOG
This commit is contained in:
parent
c50cce298d
commit
a1cba81d13
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
|||
- fish_clipboard_* now supports wayland by means of [wl-clipboard](https://github.com/bugaevc/wl-clipboard).
|
||||
- Pasting will now strip leading spaces if they would trigger history ignoring (#4327).
|
||||
- New color options for the pager have been added (#5524).
|
||||
- Better detection and support for using fish from the system console, where limited colors and special characters are supported (#5552 and others)
|
||||
- The default escape delay (to differentiate between the escape key and an alt-combination) has been reduced to 30ms, down from 300ms for the default mode and 100ms for vi-mode (#3904).
|
||||
- The `path_helper` on macOS now only runs in login shells, matching the bash implementation.
|
||||
- The `forward-bigword` binding now interacts correctly with autosuggestions (#5336)
|
||||
|
|
Loading…
Reference in a new issue