Results 32 comments of jixiuf

it's weird the value of `(vterm--prompt-tracking-enabled-p)` is `nil`. does you eval `(vterm--prompt-tracking-enabled-p)` in vterm buffer.

same to `C-w` in isearch, search words under point ,and you can press `C-w` multiple times

> > > `evil-ex-search-case` > > > > > > fixed > > With `isearch-forward` and smart casing, if an uppercase char is typed into the search string, the `C-w`...

see https://github.com/jixiuf/vterm-toggle/blob/b189a2bb068123c962ed0d917409e5afa68715f5/vterm-toggle.el#L65 it use project.el instead of projectile

another question when I remove `dape-repl` from `dape-on-start-hooks` the stdout/stderr is in *Messages* buffer ,it does not supports ANSI colors,

> What adapter are you using? And what configuration? Dape should output stdout and stderr to _dape-repl_ if the adapter sends these events. `go` + `dlv`

https://github.com/svaante/dape/blob/master/dape.el#L1949 related