christoomey / vim-tmux-navigator

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

Can no navigate nvim -> tmux (TmuxNavigatorProcessList doesn't show what is needed) #349

Closed Verisana closed 1 year ago

Verisana commented 1 year ago

Hello folks, Thank you very much for your awesome plugin. Unfortunately, I was not able to fully enjoy it since my mapping is not working.

OS: Ubuntu 22.04.2 LTS NVIM v0.8.3 tmux 3.2a Plugin is latest from master Using LazyVim configurations

Command TmuxNavigatorProcessList shows:

S zsh
S nvim

On the left is nvim and terminal on the right pane. From tmux to nvim is switching ok with C+h, but later from nvim can not jump right.

As terminal I use Alacritty and i3 WM. Don't know if it is important.

What might be the reason of this?

I checked through which-key mapping clashes and didn't find anything :(

Verisana commented 1 year ago

Sorry, I think I just have mapping conflict in LazyVim: https://github.com/LazyVim/LazyVim/blob/86ac9989ea15b7a69bb2bdf719a9a809db5ce526/lua/lazyvim/config/keymaps.lua#L21

alf5 commented 6 months ago

having same issue - sorry im new to this - how did you fix it?

Edit: solved! https://github.com/LazyVim/LazyVim/discussions/277