-
Notifications
You must be signed in to change notification settings - Fork 162
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
Vimux doesn't work on latest version of tmux on ubuntu #145
Comments
I can confirm this does not work on the latestest tmux
when i type in vim
nothing happens |
I'm seeing the same thing:
when I run
I also see nothing run in the pane when it's open, or a pane opened if it's not. |
I'm running tmux 2.3 and I don't have this problem. I'm using my fork, on which I implemented a new option for choosing the runner pane that uses the last tmux pane you were in. It's possible that my fork works and the main branch doesn't, I wouldn't know |
@dkrieger could you link to your fork? |
https://github.com/dkrieger/vimux btw, here are the pertinent lines of my vimrc
|
I don't think the changes in the fork have anything to do with this. In any event see #143 for the PR seeking to merge those features. If anything this could be a duplicate of #167, but there isn't really enough information here to work with. I've been using Vimux across every version of Tmux from the 1.x erra to the current 3.x releases without this problem, so it isn't directly Tmux version related. I suspect some other confounding circumstances on the host machine, but there isn't enough information here to solve it. If this is still and issue for you or anyone please comment here and we'll try to track it down. Otherwise with it known to be working for most people there really isn't anything we know to fix |
Vimux doesn't seem to work with the latest version of
tmux-next
: https://launchpad.net/~pi-rho/+archive/ubuntu/dev(on the same ubuntu machine, the old version of tmux, 1.9, works with Vimux just fine)
The commands VimuxRun* don't run in a tmux pane. Happy to provide further details!
The text was updated successfully, but these errors were encountered: