Description
I'm using LazyVim with snacks_explorer.
In the past, I used neo-tree. tmux.nvim worked really well with neo-tree. If I pressed "ctrl+l" from neo-tree, it would take me to the Neovim window or tmux window to the right of neo-tree, and vice versa for "ctrl+h".
With snack_explorer, let's say I have snacks_explorer open and a Neovim window open to the right of it. If I press "ctrl+l" or "ctrl+h" I can move back and forth between snacks_explorer and the Neovim window. No problem.
Now, let's say I have snacks_explorer, a Neovim window to the right of snack_explorer, and a tmux window to the right of the Neovim window (3 windows split vertically). If I press "ctrl+l" from snacks_explorer, tmux.nvim will skip over the Neovim window and take me to the tmux window. If I press "ctrl+h" from the tmux window, tmux.nvim will take me back over the Neovim window to snacks_explorer. To get to the Neovim window, I have to close either snacks_explorer or the tmux window.