We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This plugin has issues with the latest version of tmux. I really like this plugin so I am staying with tmux-2.3 for now.
The text was updated successfully, but these errors were encountered:
One issue I've noticed right now is that code in tmux-sessionist/scripts/switch_or_loop.sh doesn't work quite right:
dismiss_session_list_page_from_view() { tmux send-keys C-c }
Needs to be changed to:
dismiss_session_list_page_from_view() { tmux send-keys -X cancel }
I suspect that the new send keys changes will have broken a couple other parts of the program
Sorry, something went wrong.
No branches or pull requests
This plugin has issues with the latest version of tmux. I really like this plugin so I am staying with tmux-2.3 for now.
The text was updated successfully, but these errors were encountered: