ui/popup: allow ESC to close eval result popups
This commit is contained in:
parent
87771aaa1e
commit
a8300a53f1
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ prevent the popup(s) from messing up the UI (or vice versa)."
|
||||||
("^\\*\\(?:Compil\\(?:ation\\|e-Log\\)\\|Messages\\)"
|
("^\\*\\(?:Compil\\(?:ation\\|e-Log\\)\\|Messages\\)"
|
||||||
:vslot -2 :size 0.3 :autosave t :quit t :ttl nil)
|
:vslot -2 :size 0.3 :autosave t :quit t :ttl nil)
|
||||||
("^\\*\\(?:doom \\|Pp E\\)" ; transient buffers (no interaction required)
|
("^\\*\\(?:doom \\|Pp E\\)" ; transient buffers (no interaction required)
|
||||||
:vslot -3 :size +popup-shrink-to-fit :autosave t :select ignore :quit nil :ttl 0)
|
:vslot -3 :size +popup-shrink-to-fit :autosave t :select ignore :quit t :ttl 0)
|
||||||
("^\\*doom:" ; editing buffers (interaction required)
|
("^\\*doom:" ; editing buffers (interaction required)
|
||||||
:vslot -4 :size 0.35 :autosave t :select t :modeline t :quit nil :ttl t)
|
:vslot -4 :size 0.35 :autosave t :select t :modeline t :quit nil :ttl t)
|
||||||
("^\\*Man "
|
("^\\*Man "
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue