mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-21 11:31:15 -03:00
Merge pull request #11501
This commit is contained in:
@@ -67,7 +67,7 @@ New or improved bindings
|
|||||||
Completions
|
Completions
|
||||||
^^^^^^^^^^^
|
^^^^^^^^^^^
|
||||||
- ``git`` completions now show the remote url as a description when completing remotes.
|
- ``git`` completions now show the remote url as a description when completing remotes.
|
||||||
- ``systemctl`` completions no longer print escape codes if ``SYSTEMD_COLORS`` is set (:issuse:`11465`).
|
- ``systemctl`` completions no longer print escape codes if ``SYSTEMD_COLORS`` is set (:issue:`11465`).
|
||||||
|
|
||||||
Improved terminal support
|
Improved terminal support
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|||||||
@@ -426,7 +426,7 @@ Launch ``git diff`` and repaint the commandline afterwards when :kbd:`ctrl-g` is
|
|||||||
bind ctrl-g 'git diff' repaint
|
bind ctrl-g 'git diff' repaint
|
||||||
|
|
||||||
Swap :kbd:`tab` and :kbd:`shift-tab`, making tab focus the search field.
|
Swap :kbd:`tab` and :kbd:`shift-tab`, making tab focus the search field.
|
||||||
But if the search field is already active, keep the behavior (:kbd:`tab` cycles forward, :kbd:`shift-tab` backward).
|
But if the search field is already active, keep the behavior (:kbd:`tab` cycles forward, :kbd:`shift-tab` backward).::
|
||||||
|
|
||||||
bind tab '
|
bind tab '
|
||||||
if commandline --search-field >/dev/null
|
if commandline --search-field >/dev/null
|
||||||
|
|||||||
Reference in New Issue
Block a user