Results 32 comments of jixiuf

65b76502d6503e197662f506d6d4212fb333b972 should fix this problem you set ``` (setq-default line-spacing 3) ``` https://github.com/ianpan870102/.personal-emacs.d/blob/master/init.el#L60

Maybe it's a bug of tmux, see https://unix.stackexchange.com/questions/404173/shell-command-tmux-throws-cant-use-dev-tty-error/512979 ``` ( exec

Does #617 fix this? #598 has been fixed . if it is not fixed, Could you tell me the step to reproduce your problem with a screenshot

https://github.com/akermu/emacs-libvterm/blob/a940dd2ee8a82684860e320c0f6d5e15d31d916f/vterm.el#L202

the diff is small https://github.com/jixiuf/emacs-libvterm/commit/6f49cae411df76988fc7dfa8e19cc76a17bd8c1a just add a char `=` in `vterm-control-seq-regexp`

> In situations where intuitive behavior exists, these commands don't do anything: > > `vterm-toggle-backward` Several vterms are open. Expected this to toggle between them with some negative sort. If...

> IMO any vterm command that requires a vterm needs to open one if it doesn't exist. It's counter-intuitive because the user can't know from the command names which ones...

tell me the value of `(vterm--prompt-tracking-enabled-p)` and I think you should enable `Directory tracking and Prompt tracking` https://github.com/akermu/emacs-libvterm#directory-tracking-and-prompt-tracking https://github.com/akermu/emacs-libvterm#shell-side-configuration or custom `term-prompt-regexp`, make it match your prompt .