Closed failable closed 4 years ago
Currently vterm-toggle-cd will start vterm when the first time it is called. But if the process exited by C-d or exit RET, calling vterm-toggle-cd will only pop the vterm buffer, without restarting the process. I will this feature maybe helpful.
vterm-toggle-cd
C-d
exit RET
why not just
(setq vterm-kill-buffer-on-exit t)
Didn't know this setting...Thanks for the tip!
Currently
vterm-toggle-cd
will start vterm when the first time it is called. But if the process exited byC-d
orexit RET
, callingvterm-toggle-cd
will only pop the vterm buffer, without restarting the process. I will this feature maybe helpful.