equal
deleted
inserted
replaced
29 ignorecase on |
29 ignorecase on |
30 |
30 |
31 # No flow control, e.g. ^S and ^Q. |
31 # No flow control, e.g. ^S and ^Q. |
32 defflow off |
32 defflow off |
33 |
33 |
34 # Ctrl+Tab and Ctrl+Shift+Tab to switch session in GNU Screen. |
34 # Ctrl+Tab in Mintty to switch session. |
35 bindkey "^[[1;5I" next |
35 bindkey "^[[1;5I" next |
|
36 # Ctrl+Shift+Tab in Mintty to switch session. |
36 bindkey "^[[1;6I" prev |
37 bindkey "^[[1;6I" prev |
|
38 # Shift+Tab to switch session. |
|
39 bindkey "^[[Z" next |