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

core: change default key for bare display from alt-'!' to alt-'l'

This commit is contained in:
Sébastien Helleu
2014-05-04 17:35:22 +02:00
parent aa523be8be
commit 7f1cd19b45
17 changed files with 119 additions and 111 deletions
+1 -1
View File
@@ -216,7 +216,7 @@ gui_key_default_bindings (int context)
BIND(/* m-m */ "meta-m", "/mute mouse toggle");
BIND(/* start paste */ "meta2-200~", "/input paste_start");
BIND(/* end paste */ "meta2-201~", "/input paste_stop");
BIND(/* bare display*/ "meta-!", "/window bare");
BIND(/* bare display*/ "meta-l", "/window bare");
/* bind meta-j + {01..99} to switch to buffers # > 10 */
for (i = 1; i < 100; i++)