diff --git a/src/plugins/buflist/buflist.c b/src/plugins/buflist/buflist.c index 0c79a24c0..f4ccb820a 100644 --- a/src/plugins/buflist/buflist.c +++ b/src/plugins/buflist/buflist.c @@ -425,8 +425,10 @@ weechat_plugin_init (struct t_weechat_plugin *plugin, int argc, char *argv[]) { /* c- */ "meta2-1;5Q", "/bar scroll buflist * +100%" }, { /* m- */ "meta-meta-OP", "/bar scroll buflist * b" }, { /* m- */ "meta-meta2-11~", "/bar scroll buflist * b" }, + { /* m- */ "meta2-1;3P", "/bar scroll buflist * b" }, { /* m- */ "meta-meta-OQ", "/bar scroll buflist * e" }, { /* m- */ "meta-meta2-12~", "/bar scroll buflist * e" }, + { /* m- */ "meta2-1;3Q", "/bar scroll buflist * e" }, { NULL, NULL }, };