mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Add updated pager reserved line behavior to changelog
This commit is contained in:
parent
a87970fbb5
commit
8386a815d3
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ This section is for changes merged to the `major` branch that are not also merge
|
|||
- Typing normal characters while the completion pager is active no longer shows the search field. Instead it enters them into the command line, and ends paging (#2249).
|
||||
- A new input binding `pager-toggle-search` toggles the search field in the completions pager on and off. By default this is bound to control-s.
|
||||
- Slicing $history (in particular, `$history[1]` for the last executed command) is much faster.
|
||||
- The pager will now show the full command instead of just its last line if the number of completions is large (#4702).
|
||||
|
||||
## Other significant changes
|
||||
- Command substitution output is now limited to 10 MB by default (#3822).
|
||||
|
|
Loading…
Reference in a new issue