christoomey / vim-tmux-navigator

Seamless navigation between tmux panes and vim splits
MIT License
5.07k stars 319 forks source link

TmuxNavigator completly stopped working #353

Closed 149-code closed 1 year ago

149-code commented 1 year ago

tldr; I've been using this plugin for a couple months and it had been working perfectly until it suddenly stopped working. None of the commands work (TmuxNavigateLeft, TmuxNavigateRight, ect...)

When I run TmuxNavigatorProcessList, nothing happens. My cursor just blinks and no process list appears. (See gif below) When I run any of the Navigate commands nothing happens as well.

Tmux version: tmux 3.3a Vim version: Vi IMproved 9.0 OS: MacOS 13.4

ezgif com-video-to-gif

If this isn't an obvious configuration error, I'd be happy to investigate the bug on my own (but I have no clue where to start so I would really appreciate advice on what might be going wrong).

Thanks in advance

149-code commented 1 year ago

I did some more digging and I think my vim isn't able to run shell commands (one of my other plugins also broke) so I think this is probably a problem with my system and not with this plugin. Sorry for the red herring.

christoomey commented 1 year ago

No worries, and thanks for following. Good luck with unwinding the underlying issue!