-
Notifications
You must be signed in to change notification settings - Fork 50
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
When using sesh and trigger from zsh it always make a strange file #217
Comments
|
This is my This file is appears, in your current working directory . For example if you on |
@joshmedeski Does using the zsh shell affect this? Because zsh has a slow start-up time, I don't know if I should use another shell like fish. |
My main concern is |
What happened?
It always creates a strange file called
command list-panes/ too many arguments (need at most 0)
after triggering some text editor from inside the tmux session.Reproduce Steps:
nvim .
(for Neovim) orcode .
(for VSCode).command list-panes/ too many arguments (need at most 0)
will be created automatically.Version
2.9.0
Relevant log output
i don't know how to run this already tried
sesh connect ~/code/project/src
Reviewed
The text was updated successfully, but these errors were encountered: