vim-tmux-navigator
vim-tmux-navigator copied to clipboard
Nushell Support
Using the latest version of nushell 0.16 and the latest version vim-tmux-navigator I can't move between nvim and another pane using default commands.
Note: if I change my default shell to bash it works. Additionally, if my default shell is nushell and I then execute bash and launch nvim, it still does not work.
I'm not familiar with nushell, but based on what you're describing it sounds like the problem has to do with tmux determining if vim is active.
Did you try out any of the steps in the troubleshooting section? If so, any change or clarity from that?
I did. I ran :TmuxNavigatorProcessList and the output is S nu and S nvim. I did not see tmux in the output.
I'm having the same issue after switching from zsh. I'm not sure if outup from :TmuxNavigatorProcessList seems fine
Ss+ -nu
S+ vim
S+ tmux
Setting up the SHELL env made it work for me
❯ echo $nu.env | select SHELL
───┬──────────
# │ SHELL
───┼──────────
0 │ /bin/zsh
───┴──────────