From aa825c40da6de7efb69ce2d8d4c9c47c41fa02b8 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Mon, 7 Apr 2025 19:45:04 +0200 Subject: [PATCH] Fix RST syntax --- CHANGELOG.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 13f7ab12c..ca4ee5956 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -8,7 +8,7 @@ Notable improvements and fixes Deprecations and removed features --------------------------------- -- Tokens like `{ echo, echo }`` in command position are no longer interpreted as brace expansion but as compound command. +- Tokens like ``{ echo, echo }`` in command position are no longer interpreted as brace expansion but as compound command. - Terminfo-style key names (``bind -k``) are no longer supported. They had been superseded by the native notation. Scripting improvements @@ -26,7 +26,7 @@ Interactive improvements New or improved bindings ^^^^^^^^^^^^^^^^^^^^^^^^ - On non-macOS systems, :kbd:`alt-left`, :kbd:`alt-right`, :kbd:`alt-backspace`, :kbd:`alt-delete` no longer operate on punctuation-delimited words but on whole arguments, possibly including special characters like ``/`` and quoted spaces. - On macOS, the same corresponding :kbd:`ctrl-` prefixed keys operate on whole arguments. + On macOS, the corresponding :kbd:`ctrl-` prefixed keys operate on whole arguments. Word operations are still available via the other respective modifier, same as in the browser. - :kbd:`ctrl-z` (undo) after executing a command will restore the previous cursor position instead of placing the cursor at the end of the command line. - The OSC 133 prompt marking feature has learned about kitty's ``click_events=1`` flag, which allows moving fish's cursor by clicking.