From ae8c5eaab766e7d4d0ffd395b4d901368c01bc2f Mon Sep 17 00:00:00 2001 From: Daniel Rainer Date: Fri, 16 May 2025 00:30:34 +0200 Subject: [PATCH] Fix rst formatting issues --- CHANGELOG.rst | 2 +- doc_src/cmds/bind.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 419b2ea64..fd141375f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -67,7 +67,7 @@ New or improved bindings Completions ^^^^^^^^^^^ - ``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 ^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/doc_src/cmds/bind.rst b/doc_src/cmds/bind.rst index c85d1b29d..68e47717c 100644 --- a/doc_src/cmds/bind.rst +++ b/doc_src/cmds/bind.rst @@ -426,7 +426,7 @@ Launch ``git diff`` and repaint the commandline afterwards when :kbd:`ctrl-g` is bind ctrl-g 'git diff' repaint 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 ' if commandline --search-field >/dev/null