mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-13 08:27:26 +00:00
Changelog entry for 25fe353
Page Up to go to oldest search match
This commit is contained in:
parent
242b60fdef
commit
4f6ad69c8a
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ New or improved bindings
|
|||
|
||||
- As mentioned above, new readline commands ``undo`` (Ctrl+_ or Ctrl+Z) and ``redo`` (Alt-/) can be used to revert
|
||||
changes to the command line or the pager search field (#6570).
|
||||
- The readline command ``beginning-of-history`` (Page Up) now moves to the oldest search instead of the youngest - that's ``end-of-history`` (Page Down).
|
||||
- New readline command ``forward-single-char`` to move one character to the right, and if an autosuggestion is available, only take a single char from it (#7217).
|
||||
- New function ``__fish_preview_current_file`` (Alt+O) opens the
|
||||
current file at the cursor in a pager (#6838).
|
||||
|
|
Loading…
Reference in a new issue