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

Tmux process not listed with v3.3a #324

Closed
RUrlus opened this issue Oct 21, 2022 · 2 comments
Closed

Tmux process not listed with v3.3a #324

RUrlus opened this issue Oct 21, 2022 · 2 comments

Comments

@RUrlus
Copy link

RUrlus commented Oct 21, 2022

After updating neovim and tmux I am running into the issue where the plugin no longer works when in a tmux session.

Output of TmuxNavigatorProcessList:

Ss   /bin/zsh
S+   lvim
  • vim: NVIM v0.8.0
  • Tmux: tmux 3.3a
  • OS: MacOS 12.6

Plugin is up-to-date and is managed using tpm on tmux side and Packer on Neovim side.
Tried manual config but that didn't change anything.

@christoomey
Copy link
Owner

It looks like your Vim process is being listed as lvim. The relevant line from the TPM version of the script will not detect lvim as the l is not expected.

Not sure why your vim is showing as lvim, but if that's not something you can change, you could move off the TPM version of the script and add the tmux snippet directly, updating the grep pattern to match lvim.

Hope that all helps! Closing this now as I don't believe there is a core issue here.

@RUrlus
Copy link
Author

RUrlus commented Oct 24, 2022

Changing the regex solves the issue for me, thanks @christoomey! One quick note, the readme states that one should open an issue if the output is different from:

Ss   -zsh
S+   vim
S+   tmux

I expected that tmux should be listed for me as well, but apparently this is no longer the case(?).

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

2 participants