CHANGELOG

This commit is contained in:
Fabian Boehm 2023-01-09 21:41:53 +01:00
parent 5792e4a12b
commit 96c9cb369b

View File

@ -15,6 +15,7 @@ Scripting improvements
Interactive improvements
------------------------
- Using ``fish_vi_key_bindings`` in combination with fish's ``--no-config`` mode works without locking up the shell (:issue:`9443`).
- The history pager now uses more screen space, usually half the screen (:issue:`9458`)
New or improved bindings
^^^^^^^^^^^^^^^^^^^^^^^^
@ -26,6 +27,7 @@ Completions
^^^^^^^^^^^
- Added completions for:
- ``otool``
- git's completion for ``git-foo``-style commands was fixed (:issue:`9457`)
Improved terminal support