-
Notifications
You must be signed in to change notification settings - Fork 501
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
Insert mode cursor in vim remains same in nested tmux session #40
Comments
With this configuration, if I ssh into a remote server and open tmux with neovim there, my cursor behaves correctly. |
@Xblow Yeah, it works that way. The problem is in nested tmux sessions (open tmux in local machine, ssh into remote server inside the tmux session and open tmux session in the remote server) |
@ayushkumarshah By "using this config" I meant using tmux with this config, within which I'd ssh into a server, shoot up tmux there and launch neovim. |
Ohh, I see. I don't know what is causing the issue in my case.
I use neovim. |
Everything works fine except the cursor remains the same when switching from normal mode to the insert mode inside vim in a nested tmux session (i.e. doesn't become vertical rather than flat as in normal mode). However, it works fine if the tmux session is not nested. Is there any fix for this?
The text was updated successfully, but these errors were encountered: