Skip to content
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

Errors with tmux-2.4 #17

Open
robin2703 opened this issue Apr 27, 2017 · 1 comment
Open

Errors with tmux-2.4 #17

robin2703 opened this issue Apr 27, 2017 · 1 comment

Comments

@robin2703
Copy link

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.

@thornycrackers
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants