diff -r 0f401364a9aa -r 04e8208374bd .screenrc --- a/.screenrc Sat Nov 21 20:40:18 2020 +0200 +++ b/.screenrc Sat Nov 21 21:25:42 2020 +0200 @@ -31,6 +31,9 @@ # No flow control, e.g. ^S and ^Q. defflow off -# Ctrl+Tab and Ctrl+Shift+Tab to switch session in GNU Screen. +# Ctrl+Tab in Mintty to switch session. bindkey "^[[1;5I" next +# Ctrl+Shift+Tab in Mintty to switch session. bindkey "^[[1;6I" prev +# Shift+Tab to switch session. +bindkey "^[[Z" next