mirror of
https://github.com/weechat/weechat.git
synced 2026-06-25 04:16:38 +02:00
buflist: do not display keys added in default context on first load
Keys added in mouse context were already hidden, so it makes sense to not display keys in default context as well. These keys added by the default plugins are documented anyway.
This commit is contained in:
@@ -478,6 +478,7 @@ weechat_plugin_init (struct t_weechat_plugin *plugin, int argc, char *argv[])
|
||||
weechat_hashtable_set (keys,
|
||||
default_keys[i][0], default_keys[i][1]);
|
||||
}
|
||||
weechat_hashtable_set (keys, "__quiet", "1");
|
||||
weechat_key_bind ("default", keys);
|
||||
|
||||
/* default mouse actions */
|
||||
|
||||
Reference in New Issue
Block a user