Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nushell Support #274

Open
dbettin opened this issue Jul 11, 2020 · 4 comments
Open

Nushell Support #274

dbettin opened this issue Jul 11, 2020 · 4 comments

Comments

@dbettin
Copy link

dbettin commented Jul 11, 2020

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.

@christoomey
Copy link
Owner

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?

@dbettin
Copy link
Author

dbettin commented Jul 12, 2020

I did. I ran :TmuxNavigatorProcessList and the output is S nu and S nvim. I did not see tmux in the output.

@stevenbarragan
Copy link

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

@stevenbarragan
Copy link

Setting up the SHELL env made it work for me

❯ echo $nu.env | select SHELL
───┬──────────
 # │  SHELL
───┼──────────
 0 │ /bin/zsh
───┴──────────

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants