1
0
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:
Sébastien Helleu
2023-03-11 16:51:19 +01:00
parent bf51a081d9
commit 46ce8d7e81
+1
View File
@@ -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 */