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:
@@ -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++)
|
||||
|
||||
Reference in New Issue
Block a user