From e4720e5d5b7aec4136c6da9a62c4162e3bad07bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Wed, 8 Nov 2023 20:54:49 +0100 Subject: [PATCH] core: add search in commands history in release notes (issue #2040) --- ReleaseNotes.adoc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/ReleaseNotes.adoc b/ReleaseNotes.adoc index 69f27a313..d94de4a40 100644 --- a/ReleaseNotes.adoc +++ b/ReleaseNotes.adoc @@ -14,6 +14,25 @@ For a complete list of changes, please look at ChangeLog. [[v4.2.0]] == Version 4.2.0 (under dev) +[[4.2.0_search_commands_history]] +=== Search in commands history + +Search in commands history has been added with new keys and a new key context +called "histsearch". + +Some existing keys have been moved as well. + +New keys can be changed and added with the following commands after upgrade +from an old WeeChat version: + +---- +/key missing +/key unbind ctrl-s,ctrl-u +/key bind meta-U /allbuf /buffer set unread +/key bind ctrl-r /input search_history +/key bindctxt search ctrl-r /input search_previous +---- + [[4.2.0_irc_rgb_colors]] === RGB colors in IRC messages