wezterm: Add timeout to scrolling mode
This commit is contained in:
parent
e224f7f20a
commit
f975e5885e
1 changed files with 3 additions and 2 deletions
|
@ -67,7 +67,8 @@ local keys = {
|
||||||
action = act.ActivateKeyTable {
|
action = act.ActivateKeyTable {
|
||||||
name = 'scroll_mode',
|
name = 'scroll_mode',
|
||||||
one_shot = false,
|
one_shot = false,
|
||||||
replace_current = true
|
replace_current = true,
|
||||||
|
timeout_milliseconds = 15000,
|
||||||
}
|
}
|
||||||
}, { key = 'e', mods = 'LEADER', action = act.EmitEvent 'edit-scrollback' }, {
|
}, { key = 'e', mods = 'LEADER', action = act.EmitEvent 'edit-scrollback' }, {
|
||||||
key = 'l',
|
key = 'l',
|
||||||
|
|
Loading…
Reference in a new issue