-
Notifications
You must be signed in to change notification settings - Fork 241
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
doesnt run on change through tmux and vim #385
Comments
i did a and now it seems to work |
Probably recent issues in Guard. There are experimental branches in Guard with some rework on handling ctrl-c - but I'm crushed with work right now, so I can't get back to it. |
I think it's because of how TMux is used to reset it's settings during exit - that's why disabling notifiers may help. |
This should be solved on tmux 2.6 or newer. They've incorporated reattach-to-user-namespace into their code. |
I'm having this issue with just plain vim 8.x |
I have to do ctr-c after each run .seems to be stuck for some reason im using
ruby 2.1.4, rails4.1.7 guard 1.12.5 and guard-rspec.
Thanx guys hope to be of help there
The text was updated successfully, but these errors were encountered: