1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-04 16:53:14 +02:00

core: add default key alt-shift-N to toggle nicklist bar

This commit is contained in:
Sébastien Helleu
2020-04-24 22:45:07 +02:00
parent 0abd0292da
commit 33ea747040
8 changed files with 17 additions and 5 deletions
+1
View File
@@ -176,6 +176,7 @@ gui_key_default_bindings (int context)
BIND(/* m-<end> */ "meta2-1;3F", "/window scroll_bottom");
BIND(/* m-n */ "meta-n", "/window scroll_next_highlight");
BIND(/* m-p */ "meta-p", "/window scroll_previous_highlight");
BIND(/* m-N */ "meta-N", "/bar toggle nicklist");
BIND(/* <f9> */ "meta2-20~", "/bar scroll title * -30%");
BIND(/* <f10> */ "meta2-21~", "/bar scroll title * +30%");
BIND(/* <f11> */ "meta2-23~", "/bar scroll nicklist * -100%");