-
Notifications
You must be signed in to change notification settings - Fork 10
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
Looses focus on shell exit #6
Comments
I need to figure out a way to fix this. #!/bin/bash
TMUX_PARENT=$(basename "$TMUX")
TMUX_PARENT="${TMUX_PARENT%%,*}"
tmux -L "$TMUX_PARENT" source ~/.tmux.conf.d/nested-tmux/active-row.conf Put it in I'll try to come up with a better solution, eventually. |
@aleclearmind it seems |
added |
PR? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, I'm trying nested-tmux here
Everything seems to work, but when I exit one shell it looses focus to any pane and then all shortcuts stops working!
Maybe it is related to my custom configuration?
The text was updated successfully, but these errors were encountered: