-
Notifications
You must be signed in to change notification settings - Fork 52
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
Is there any way to give a name to tmux pane? #10
Comments
Can you provide steps to reproduce this?
|
I think the problem is using How to reproduce: When selecting python the first time it will have pane index 1. After splitting the pane it will be moved to index 2. Consider something like this instead: read !tmux list-panes -F '\#{pane_id}: \#{window_name} \#{pane_title}' -a | cat |
Can you check if the latest version works for you, qiuwei? |
@chlunde , yeah! It woks like a charm. Many thanks! |
Slimux works quite well here.
But sometimes I split the panes, then the names of panes get messed up. Slimux gets confused of which pane to send the content.
Is there any way to bound slimux to a fixed pane?
The text was updated successfully, but these errors were encountered: