diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-08-17 11:51:50 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-08-17 11:51:50 +0200 |
commit | 600ee3ddf37c070cab373346661d55718d2130b9 (patch) | |
tree | ff8c99c98ed7c4371eb4a6641a056d9b28ac6c71 /NEWS | |
parent | c6249603368de12acfac60868d4bddd18d29abba (diff) | |
download | weechat-600ee3ddf37c070cab373346661d55718d2130b9.zip |
core: add search of regular expression in buffer, don't reset search type on a new search, select where to search (messages/prefixes)
Key changed in search context:
- ctrl+"r": switch search type: string/regex
New keys in search context:
- alt+"c": case (in)sensitive search
- tab: search in messages/prefixes/both
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 32 |
1 files changed, 31 insertions, 1 deletions
@@ -1,7 +1,7 @@ WeeChat Release Notes ===================== Sébastien Helleu <flashcode@flashtux.org> -v0.4.2-dev, 2013-08-05 +v0.4.2-dev, 2013-08-17 This document lists important changes for each version, that require manual @@ -16,6 +16,36 @@ http://weechat.org/files/changelog/ChangeLog-devel.html[ChangeLog] Version 0.4.2 (under dev!) -------------------------- +=== Regex search in buffer === + +Search with regular expression has been added, and therefore some keys in search +context have been changed. + +The key ctrl+"r" in search context is now used to switch string/regex search +(instead of searching exact text). + +If you never changed keys in search context, you can reset them all with one +command: + +---------------------------------------- +/key resetall -yes search +---------------------------------------- + +Or the manual method: + +---------------------------------------- +/key missing search +/key bindctxt search ctrl-R /input search_switch_regex +---------------------------------------- + +To view keys in search context: + +---------------------------------------- +/key list search +---------------------------------------- + +For more information, see the chapter about keys in the 'WeeChat User's guide'. + === New rmodifier === A new rmodifier "secure" has been added to hide passphrase and passwords |