-
Notifications
You must be signed in to change notification settings - Fork 437
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
tpm no longer working #22
Comments
Hey,
How does your |
Yep - I've tried deleting and reinstalling. Here is my tmux.conf. One unusual thing: I use a dotfile management system so tpm is actually a submodule in a git repo somewhere, and then it gets symlinked to ~/.tmux/plugins. This has been working fine for months though, up until now. |
I have confirmed it to not work even when things are not symlinked. Following the install directions to the letter still does not result in any functionality, in iTerm 2.0 or OSX Terminal 2.4. |
This seems to be a very strange bug. I restarted my computer, and everything started working fine. The next time restarted, things stopped working again. This seems to be the same thing that was happening in this issue: #8 |
I don't think this should be a problem as long as the script is accessible from this path One unusual thing related to your tmux.conf might be that you place |
A couple other things to try:
|
EDIT: for the record, here are the list keys when it randomly decides to work: https://gist.github.com/justmytwospence/3cb1c7f284c150f4791f |
Okay, then plugins won't be loaded for sure. I've never had a case where this wasn't working.. not sure what it could be.
I'm confused, is this a typo? Were you thinking As for the difference with working vs non-working list-key output, yea - apparently
Interestingly, even in the working scenario list-keys output, I don't see key bindings for other plugins that you have in your Unfortunately, I don't have an idea what could be the issue here. |
Yes that was a typo, I meant C-b I. I think I've narrowed down the problem to the tmux zsh plugin (maybe). After removing it, things are mostly working. |
Cool. Please let me know your findings and I'll document if there's a zsh plugin that clashes with |
Exactly the same happening here, same setup, no keybindings, running script manually allow me to create |
👍 Same issue for me, and I don't have zsh tmux plugin enabled. |
@andradei care post the output of the commands from this comment |
@bruno- For me I had to install the latest version of tmux. Ubuntu's tmux (from a canonical PPA) isn't updated. Everything works nicely now. |
@justmytwospence I'm trying to document issues ppl were having with |
@bruno- I'm actually not very sure that it was the zsh plugin. Unfortunately it turned out to be one of those things that just started working again after fiddling with a lot of things. |
Ok, thanks for the reply anyway. |
My tmux wasn't loading tpm. I'm on Ubuntu 14.04. I used |
Recently I've encountered a similar issue. I checked everything and it turned out that the |
I also had this issue when I installed tmux from source. It worked after I installed sudo apt-get install build-essential curl git python-setuptools ruby;
sudo apt-get install build-essential libevent-dev libncurses-dev; and installed tmux from source again. |
tpm stopped working for me two days ago, and for the life of me I haven't been able to figure out why. No errors get thrown when I source my .tmux.conf, and everything else in my config works like it used to. None of the plugins are working, however, and the C-I and C-U keybindings for installing/updating them also do nothing. I am using homebrew installed tmux 1.9a. Is anyone else experiencing this?
The text was updated successfully, but these errors were encountered: