fix(ux): make sure esc works as expected in unlock-first (#3660)
* fix(ux): make sure esc always drops us back to base mode * fix(ux): add locked
This commit is contained in:
parent
019f23056b
commit
ec1eea3ba1
1 changed files with 3 additions and 0 deletions
|
|
@ -1291,6 +1291,9 @@ keybinds clear-defaults=true {{
|
||||||
bind "{primary_modifier} g" {{ SwitchToMode "Locked"; }}
|
bind "{primary_modifier} g" {{ SwitchToMode "Locked"; }}
|
||||||
bind "{primary_modifier} q" {{ Quit; }}
|
bind "{primary_modifier} q" {{ Quit; }}
|
||||||
}}
|
}}
|
||||||
|
shared_except "renamepane" "renametab" "entersearch" "locked" {{
|
||||||
|
bind "esc" {{ SwitchToMode "locked"; }}
|
||||||
|
}}
|
||||||
shared_among "normal" "locked" {{
|
shared_among "normal" "locked" {{
|
||||||
bind "{secondary_modifier} n" {{ NewPane; }}
|
bind "{secondary_modifier} n" {{ NewPane; }}
|
||||||
bind "{secondary_modifier} f" {{ ToggleFloatingPanes; }}
|
bind "{secondary_modifier} f" {{ ToggleFloatingPanes; }}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue