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

Vimux doesn't work on latest version of tmux on ubuntu #145

Closed
jaanli opened this issue Nov 24, 2016 · 6 comments
Closed

Vimux doesn't work on latest version of tmux on ubuntu #145

jaanli opened this issue Nov 24, 2016 · 6 comments

Comments

@jaanli
Copy link

jaanli commented Nov 24, 2016

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!

@bubuzzz
Copy link

bubuzzz commented Dec 13, 2016

I can confirm this does not work on the latestest tmux

bubuzzzs-MBP:.vim bubuzzz$ tmux -V
tmux 2.3

when i type in vim

:call VimuxRunComman("ls")

nothing happens

@benzittlau
Copy link

I'm seeing the same thing:

✗ tmux -V
tmux 2.2

when I run

:call VimuxRunComman("ls")

I also see nothing run in the pane when it's open, or a pane opened if it's not.

@dkrieger
Copy link

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

@benzittlau
Copy link

@dkrieger could you link to your fork?

@dkrieger
Copy link

dkrieger commented Jan 20, 2017

https://github.com/dkrieger/vimux

btw, here are the pertinent lines of my vimrc

    " Always run split-window instead of using nearest pane
    let VimuxUseNearest = 0

    " Use last pane as runner
    let g:VimuxUseLast = 1

@alerque
Copy link
Member

alerque commented Feb 14, 2021

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

@alerque alerque closed this as completed Feb 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants