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
maybe. I guess you need a way to list all current tmux windows and a way to inject those into the plugin. At first glance there is no way to do both of it, currently.
If you pr a function on our side, you are welcome.
I tried for a while, I think it is solveable.
By the shell command “tmux list-panes” we can get all information of windows in current tmux session.
Then we can use a excutable to print Label to every pane, by “tmux send-keys”.
Finally we can use “tmux select-pane” to jump to a tmux window.
That’s my idea to accomplish this function. Do you have any more idea?
If you think this feature is good, I will try to work on it when I am not busy.
I think it is very cool to choose window by nvim-window-picker, is it possible to choose windows from both tmux and nvim by this way?
Thank you!
The text was updated successfully, but these errors were encountered: