File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change 85
85
" otT" #'multi-vterm
86
86
" ott" #'multi-vterm-dedicated-toggle
87
87
" otp" #'multi-vterm-project )
88
- ; ; Show at bottom
89
- (add-to-list 'display-buffer-alist
90
- `(" \\ *vterminal - .*\\ *" ; ; multi-vterm-project / dedicated
91
- (display-buffer-reuse-window display-buffer-in-direction)
92
- (direction . bottom)
93
- (dedicated . t )
94
- (reusable-frames . visible)
95
- (window-height . 0.3 )))
96
88
:custom
97
89
(multi-vterm-dedicated-window-height-percent 30 )
98
90
:config
Original file line number Diff line number Diff line change 51
51
; ; Terminal buffers
52
52
(add-to-list
53
53
'display-buffer-alist
54
- `(,(rx bol " *" (or " eshell" " terminal" " shell" " Shell Command Output" " Async Shell Command" ) " *" eol)
54
+ `(,(rx bol " *" (or " eshell" " terminal" " shell" " Shell Command Output" " Async Shell Command" (seq " vterminal - " ( * any)) ) " *" eol)
55
55
(display-buffer-reuse-window display-buffer-at-bottom)
56
56
(dedicated . t ) ; ; Close when finished
57
+ (direction . bottom)
57
58
(reusable-frames . visible) ; ;
58
59
(window-height . 0.3 )))
59
60
You can’t perform that action at this time.
0 commit comments