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

Add support for 'bind-key S-Left' and 'bind-key S-Right' #53

Closed
cschar opened this issue Aug 26, 2016 · 3 comments
Closed

Add support for 'bind-key S-Left' and 'bind-key S-Right' #53

cschar opened this issue Aug 26, 2016 · 3 comments

Comments

@cschar
Copy link

cschar commented Aug 26, 2016

The following works in my local tmux.conf but I think it isn't supported in pymux (or in prompt_toolkit?)

# Shift arrow to switch windows
bind-key -n S-Left  previous-window
bind-key -n S-Right next-window
@jonathanslenders
Copy link
Member

Thank you @cclay for this feature request.
It was not yet supported in prompt_toolkit. Now it is: prompt-toolkit/python-prompt-toolkit@6c76f47

This pull request should do expose this functionality in Pymux: #54
I'll merge it after the next prompt_toolkit release.

@sejktmcsdlmfhsc
Copy link

Awesome!! Exactely what I was looking for as well!
@jonathanslenders do you know by any chance, when the next prompt_toolkit release will be?
Thank you! Best, sej

@tamwile
Copy link

tamwile commented Jul 24, 2019

I think we can close this one ?

@cschar cschar closed this as completed Jul 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants