Changelog fix for #9833

Also relevant is #9812
This commit is contained in:
ridiculousfish 2023-06-04 13:44:26 -07:00
parent 71c320ca32
commit 908e234bf6

View file

@ -21,6 +21,7 @@ Interactive improvements
- Command-specific tab completions may now offer results whose first character is a period. For example, it is now possible to tab-complete ``git add`` for files with leading periods. The default file completions hide these files, unless the token itself has a leading period (:issue:`3707`).
- A new variable, :envvar:`fish_cursor_external`, can be used to specify to cursor shape when a command is launched. When unspecified, the value defaults to the value of :envvar:`fish_cursor_default` (:issue:`4656`).
- Selected text (for example, in vi visual mode) now respects the foreground color and other options such as bold (:issue:`9717`).
- An issue where the pager would not show the last item after pressing the up arrow key has been fixed (:issue:`9833`).
New or improved bindings
^^^^^^^^^^^^^^^^^^^^^^^^