-
Notifications
You must be signed in to change notification settings - Fork 332
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
Tmux/Tmate/Vim navigation not working #27
Comments
Hello @pzula, thanks for the kind words! Most of the credit continues to belong to Mislav, but I'm happy folks are finding value here. I have not seen the specific error, but I think this is a version mismatch situation. First thing, could you try killing all sessions (both tmux and tmate) and then reopening? Sometimes older server instances will stick around even through upgrades. Also, can you confirm the versions you are using of both tmate ( Lastly, I believe the issue may also be due to the fact that Please try the steps listed above and let me know if you continue to have issues. |
Hi Chris! Thanks you for the tips. I've killed all sessions and am still having issues. Here is the output I get when running those commands:
Here is a screenshot of what happens when I try to navigate my vim windows with Ctrl+L and Ctrl+H: Do you have any other suggestions? My dotfiles are available at http://github.com/pzula/dotfiles if that helps... |
Looks like the issue is inconsistent versions between tmux and tmate. I was running locally with tmux 1.8 and tmate 1.8.9 and all was good, but I then updated tmux to 1.9a to test, and I see the same issue as you. Unfortunately I don't think there is much I can do to solve this. Once tmate is updated you should be able to work with both on 1.9 versions, but for the time being I would recommend rolling tmux back to 1.8 if that is an option for you. There is a great Stack Overflow answer that details the various ways to roll back a brew install version. You can see the changelog for 1.8 to 1.9 to decide if its worth it for you. Closing this now as it seems this is the best answer we'll get for the time being, but please comment back in or reopen should you find anything new. |
Jumped on here to find a solution to this little issue, and was pleased to see that @pzula beat me to the punch! :) |
I'm running Yosemite and tried to downgrade to tmux 1.8. When you start tmux it says something to the effect of: "warning this version is unsupported, please upgrade to 1.9a". I also use tmuxinator which uses some of the new |
Hello!
Thank you for this great package!
I love this plugin, but have recently noticed an issue when using tmate that my keybindings don't seem to work.
When I run
:TmuxPaneCurrentCommand
, I get this output:protocol version mismatch (client 8, server 7)
This is pane-ful (get it?) when using tmate to pair with others remotely, as I've grown accustomed to navigating in vim normally while in tmux. Do you have any suggestions on how I can work around this? I am using Mac OSX Mavericks, homebrew, and iTerm.
The text was updated successfully, but these errors were encountered: