From 48b3b826aab43cba659a737426685ce1117f9b12 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Sun, 7 Feb 2021 21:20:20 +0100 Subject: [PATCH] CHANGELOG fish_color_keyword --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7e91220da..fdf5387ee 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -222,6 +222,7 @@ Interactive improvements - Syntax highlighting can now color a command as invalid even if executed quickly (:issue:`5912`) - fish is now more resilient against broken terminal modes (:issue:`7133`, :issue:`4873`). - fish handles being in control of the TTY without owning its own process group better, avoiding some hangs in special configurations (:issue:`7388`). +- Keywords can now be colored differently by setting the ``fish_color_keyword`` variable (but ``fish_color_command`` will still be used if it is unset) (:issue:`7678`). New or improved bindings ^^^^^^^^^^^^^^^^^^^^^^^^