From 46ce8d7e8111bac2cb7fe8d5bfa3eeadae0b23a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 11 Mar 2023 16:51:19 +0100 Subject: 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. --- src/plugins/buflist/buflist.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/plugins/buflist/buflist.c b/src/plugins/buflist/buflist.c index 145672102..6470f6e8a 100644 --- a/src/plugins/buflist/buflist.c +++ b/src/plugins/buflist/buflist.c @@ -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 */ -- cgit v1.2.3