-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Several commands no-op #36
Comments
fixed.
fixed.
I cann't reproduce
|
Having a look tomorrow |
Pulled master and rebuilt.
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 are intended to be used in which cases. You have to create state if it's necessary and be idempotent when existing state is sufficient. I did a vterm-toggle-cd-show with one vterm visible and got this error: The forward and backward behavior seems to only work with vterms that were created after some I have a vterm open. It was not created with a toggle command. I say toggle, I get one that was created with a toggle command. IMO these should integrate.
Happy to test more and begin focusing on individual commands and behavior. |
You need upgrade your vterm.el
fixed.
See https://github.com/akermu/emacs-libvterm#directory-tracking-and-prompt-tracking . |
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 no vterm open, give me one.
vterm-toggle-forward
Several vterms are open. Expected this to toggle between them with some positive sort. If no vterm open, give me one.
vterm-insert-cd-show
Expected this command to switch to some available vterm buffer and then run cd to the directory of the file that I was editing. No observed behavior.
vterm-insert-cd
Expected this to do what cd-show does, but without necessarily showing me.
Seems to be a lot of missing behavior. Does it rely on vterms being opened by
vterm-toggle
? I don't know, but it won't integrate will with other vterm controls if it can't infer the open list of vterms and do something reasonable.The text was updated successfully, but these errors were encountered: