Increase vterm-max-scrollback

This commit is contained in:
Jeremy Dormitzer 2021-03-19 14:29:13 -04:00
parent 03da684f9a
commit dac18af830

View File

@ -23,6 +23,7 @@
:general :general
(leader-map "v" #'project-vterm) (leader-map "v" #'project-vterm)
:custom :custom
(vterm-max-scrollback 10000)
(vterm-environment '("TYPEWRITTEN_CURSOR=terminal")) (vterm-environment '("TYPEWRITTEN_CURSOR=terminal"))
(vterm-ignore-blink-cursor t) (vterm-ignore-blink-cursor t)
(vterm-eval-cmds '(("find-file" find-file) (vterm-eval-cmds '(("find-file" find-file)