vterm-timer-delay
set to 0.01
This commit is contained in:
parent
0487fc1dd3
commit
7cd21ec35d
1 changed files with 3 additions and 0 deletions
3
init.el
3
init.el
|
@ -254,6 +254,9 @@
|
|||
(:global "C-c o e" ccr/eshell-new
|
||||
"C-c o t" ccr/vterm-new))
|
||||
|
||||
(setup vterm
|
||||
(:option vterm-timer-delay 0.01))
|
||||
|
||||
(setup magit
|
||||
(:global "C-c o g" magit))
|
||||
|
||||
|
|
Reference in a new issue