wezterm: Add timeout to scrolling mode

This commit is contained in:
Marty Oehme 2023-01-07 15:12:44 +01:00
parent e224f7f20a
commit f975e5885e
Signed by: Marty
GPG key ID: 73BA40D5AFAF49C9

View file

@ -67,7 +67,8 @@ local keys = {
action = act.ActivateKeyTable {
name = 'scroll_mode',
one_shot = false,
replace_current = true
replace_current = true,
timeout_milliseconds = 15000,
}
}, { key = 'e', mods = 'LEADER', action = act.EmitEvent 'edit-scrollback' }, {
key = 'l',