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 ```