Don't auto-kill term/vterm/eshell dedicated popups
This commit is contained in:
parent
6317fa0435
commit
20b397362b
1 changed files with 3 additions and 1 deletions
|
@ -138,8 +138,10 @@ prevent the popup(s) from messing up the UI (or vice versa)."
|
|||
:vslot -3 :size +popup-shrink-to-fit :autosave t :select ignore :quit t :ttl 0)
|
||||
("^\\*doom:" ; editing buffers (interaction required)
|
||||
:vslot -4 :size 0.35 :autosave t :select t :modeline t :quit nil :ttl t)
|
||||
("^\\*doom:\\(?:v?term\\|eshell\\)-popup" ; editing buffers (interaction required)
|
||||
:vslot -5 :size 0.35 :select t :modeline t :quit nil :ttl nil)
|
||||
("^\\*Man "
|
||||
:vslot -5 :size 0.45 :select t :quit t :ttl 0)
|
||||
:vslot -6 :size 0.45 :select t :quit t :ttl 0)
|
||||
("^\\*Customize"
|
||||
:slot 2 :side right :select t :quit t)
|
||||
("^ \\*undo-tree\\*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue