Skip to content
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

Open
rocknrollMarc opened this issue Aug 29, 2016 · 5 comments
Open

doesnt run on change through tmux and vim #385

rocknrollMarc opened this issue Aug 29, 2016 · 5 comments
Labels

Comments

@rocknrollMarc
Copy link

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

@rocknrollMarc
Copy link
Author

i did a
gem 'rb-inotify', :require => false
gem 'rb-fsevent', :require => false
gem 'rb-fchange', :require => false
gem 'growl', :require => false
gem 'libnotify', :require => false

and now it seems to work

@e2
Copy link
Contributor

e2 commented Sep 9, 2016

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.

@e2 e2 added the bug label Sep 9, 2016
@e2
Copy link
Contributor

e2 commented Sep 9, 2016

I think it's because of how TMux is used to reset it's settings during exit - that's why disabling notifiers may help.

@juanibiapina
Copy link

This should be solved on tmux 2.6 or newer. They've incorporated reattach-to-user-namespace into their code.

@bj-mcduck
Copy link

bj-mcduck commented Mar 4, 2019

I'm having this issue with just plain vim 8.x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants