christoomey / vim-tmux-navigator

Seamless navigation between tmux panes and vim splits
MIT License
5.28k stars 325 forks source link

Tmux -> Neovim not working #347

Closed Dannygx21 closed 1 year ago

Dannygx21 commented 1 year ago

I am having an issue navigating within tmux. The key bindings do not navigate between panes. But if I have one pane using neovim and another on tmux terminal I can navigate to the tmux terminal but not back to neovim.

I am using Mac OS Monterey 12.6.3

Hints to fix:

christoomey commented 1 year ago

after running tmux "leader + I" => "vim-tmux-navigator" download fail

It sounds like the tmux plugin is failing to install. That would explain why the navigation isn't working for the tmux side, but is for the vim side.

Not sure why that is failing, but if you resolve that I expect you'll be OK. Given that I'm going to close this issue as I don't think it's actually an issue with the plugin, but please feel free to comment or reopen if you feel there is an issue here.

Dannygx21 commented 1 year ago

Thank you for the help, I did not find the issue keeping me from downloading the vim-tmux-navigator plugin with TPM (TMUX Plugin Manager), I ended it up downloading manually. Plugin is working 100% as designed.

Carltoffel commented 5 months ago

I had the same issue, because I accidentally wrote tmux-plugins/vim-... instead of christoomey/vim-... in set -g @plugin 'christoomey/vim-tmux-navigator'.