You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The way I work, is I have multiple sessions open, and each session will have a neovim instance in one of the tabs (tmux windows).
I noticed that tmux-open-nvim will show me a modal for selecting an instance, even if there's only one neovim instance in the current window. I'm not sure if this is intended, but it feels unnecessary to me - I most likely want to open the file in the current window and not in some other session.
Here's a quick video showing the problem:
CleanShot.2024-10-07.at.00.03.49.mp4
I have another session with a single window that has two nvims in it, and those are picked up in the pop up window for some reason.
If I close the other session, it works as I expect:
CleanShot.2024-10-07.at.00.07.02.mp4
The text was updated successfully, but these errors were encountered:
Hi!
Thanks for this plugin, it looks really useful :)
I've installed it and have been testing it out, here's my config:
https://github.com/dkarter/dotfiles/blob/eb25d8a90703d524c71dbe09b861e78710999e09/config/tmux/tmux.conf#L251-L253
The way I work, is I have multiple sessions open, and each session will have a neovim instance in one of the tabs (tmux windows).
I noticed that tmux-open-nvim will show me a modal for selecting an instance, even if there's only one neovim instance in the current window. I'm not sure if this is intended, but it feels unnecessary to me - I most likely want to open the file in the current window and not in some other session.
Here's a quick video showing the problem:
CleanShot.2024-10-07.at.00.03.49.mp4
I have another session with a single window that has two
nvim
s in it, and those are picked up in the pop up window for some reason.If I close the other session, it works as I expect:
CleanShot.2024-10-07.at.00.07.02.mp4
The text was updated successfully, but these errors were encountered: