christoomey / vim-tmux-navigator

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

Issue with neovim 0.7.0 splits #316

Closed lambda0xff closed 2 years ago

lambda0xff commented 2 years ago

Works perfectly with neovim 0.6.0

After switching to neovim 0.7.0 things break down: it is still possible to navigate between two tmux panes, but trying to navigate between window splits inside neovim moves the cursor to the other tmux pane.

Reproduction:

  1. open tmux session
  2. create two two vertical panes: navigation between the two panes works
  3. go to the right pane and open neovim 0.7.0 then open a file, then ctrl-w + v to create a vertical split
  4. now when trying to navigate between the splits, the cursor goes directly to the other tmux pane. Seems not to recognize the neovim panes.
lambda0xff commented 2 years ago

oops, false positive. sorry