Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
nicks in buffer
This can be used with script buffer_autoset.py (see /help autosetbuffer).
|
|
|
|
|
|
|
|
|
|
underscore) (task #9483)
|
|
|
|
many /layout apply were needed (bug #26110)
|
|
examples in /help key
Note: old option "reset" for /key has been renamed to "resetall".
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
back to last visited buffer when closing a buffer
|
|
|
|
|
|
|
|
|
|
line of buffer is removed)
|
|
|
|
|
|
|
|
|
|
|
|
buffers with /upgrade (title, input data, text search)
|
|
$nick/$channel/$server in alias
|
|
|
|
|
|
for IRC buffers
|
|
|
|
|
|
save/restore windows and buffers order (task #5453)
|
|
|
|
|
|
|
|
Command will be improved in near future and other plugins like xfer
will be modified to manage upgrade process.
|
|
|
|
|
|
|
|
|
|
hooks (use of string_match)
|
|
option type for infolist "options"
|
|
These keys can be set thru API function "buffer_set", for example:
weechat_buffer_set(my_buffer, "key_bind_meta2-A", "/mycommand up");
weechat_buffer_set(my_buffer, "key_bind_meta2-B", "/mycommand down");
weechat_buffer_set(my_buffer, "key_unbind_meta2-B", "");
weechat_buffer_set(my_buffer, "key_unbind_*", "");
These keys are volatile and not saved in any config file. So they must be set
when buffer is open.
|