Fix shell popups from regaining their modeline #2228
This commit is contained in:
parent
45e9f2cffc
commit
2e9195742a
1 changed files with 2 additions and 2 deletions
|
@ -137,8 +137,8 @@ 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)
|
: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)
|
||||||
("^\\*doom:\\(?:v?term\\|eshell\\)-popup" ; editing buffers (interaction required)
|
("^\\*doom:\\(?:v?term\\|e?shell\\)-popup" ; editing buffers (interaction required)
|
||||||
:vslot -5 :size 0.35 :select t :modeline t :quit nil :ttl nil)
|
:vslot -5 :size 0.35 :select t :modeline nil :quit nil :ttl nil)
|
||||||
("^\\*\\(?:Wo\\)?Man "
|
("^\\*\\(?:Wo\\)?Man "
|
||||||
:vslot -6 :size 0.45 :select t :quit t :ttl 0)
|
:vslot -6 :size 0.45 :select t :quit t :ttl 0)
|
||||||
("^\\*Calc"
|
("^\\*Calc"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue