1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-08 10:43:13 +02:00

doc: add chapter about buffer property "highlight_regex" in user's guide

This commit is contained in:
Sébastien Helleu
2016-11-26 14:10:19 +01:00
parent 377fad22db
commit e6dd5a06e1
6 changed files with 105 additions and 0 deletions
+17
View File
@@ -1188,6 +1188,23 @@ from nicks beginning with "toto":
/set weechat.look.highlight_tags "nick_flashcode,irc_notice+nick_toto*"
----
[[highlights_regex_buffer]]
==== Set extra highlights on buffer
You can force highlight using a regular expression with the buffer property
"highlight_regex".
For example to force the highlight on all messages in the current buffer:
----
/buffer set highlight_regex .*
----
[NOTE]
The buffer property "highlight_regex" is not saved in configuration. +
You can easily save it with the script _buffer_autoset.py_: you can install it
with `/script install buffer_autoset.py` and get help with `/help autosetbuffer`.
[[key_bindings]]
=== Standard Tastenbelegung