1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 14:26:39 +02:00

core: add search in commands history in release notes (issue #2040)

This commit is contained in:
Sébastien Helleu
2023-11-08 20:54:49 +01:00
parent f00904afaa
commit e4720e5d5b
+19
View File
@@ -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