mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
vterm-max-scrollback = 5000
This commit is contained in:
@ -13,6 +13,9 @@
|
||||
;; spawn another if want one.
|
||||
(setq vterm-kill-buffer-on-exit t)
|
||||
|
||||
;; 5000 lines of scrollback, instead of 1000
|
||||
(setq vterm-max-scrollback 5000)
|
||||
|
||||
(setq-hook! 'vterm-mode-hook
|
||||
;; Don't prompt about dying processes when killing vterm
|
||||
confirm-kill-processes nil
|
||||
|
Reference in New Issue
Block a user