mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-25 21:39:49 +08:00
Fix a Sphinx warning
Some checks are pending
make fish_run_tests / ubuntu (push) Waiting to run
make fish_run_tests / ubuntu-32bit-static-pcre2 (push) Waiting to run
make fish_run_tests / ubuntu-asan (push) Waiting to run
make fish_run_tests / macos (push) Waiting to run
Rust checks / rustfmt (push) Waiting to run
Rust checks / clippy (push) Waiting to run
Some checks are pending
make fish_run_tests / ubuntu (push) Waiting to run
make fish_run_tests / ubuntu-32bit-static-pcre2 (push) Waiting to run
make fish_run_tests / ubuntu-asan (push) Waiting to run
make fish_run_tests / macos (push) Waiting to run
Rust checks / rustfmt (push) Waiting to run
Rust checks / clippy (push) Waiting to run
This commit is contained in:
parent
2ecd0d011b
commit
ad0feab86c
@ -19,7 +19,7 @@ Interactive improvements
|
||||
- The history search now preserves ordering between :kbd:`ctrl-s` forward and :kbd:`ctrl-r` backward searches.
|
||||
- Left mouse click now can select pager items.
|
||||
- Instead of flashing all the text to the left of the cursor, fish now flashes the matched token during history token search, the completed token during completion (:issue:`11050`), the autosuggestion when deleting it, and the full command line in all other cases.
|
||||
- Pasted commands are now stripped of any ``$ `` prefix.
|
||||
- Pasted commands are now stripped of any ``$`` prefix.
|
||||
|
||||
New or improved bindings
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
Loading…
x
Reference in New Issue
Block a user