Helpful .screenrc binding
This makes ctrl+a space do what ctrl+a " normally does: bring up a selectable list of the currently active windows.
bind ' ' windowlist -b
While I’m at it, here’s the rest of my .screenrc file.
defscrollback 10000 bind q stuff "cleverPassword^M" bind g stuff "cleverPassword2^M" bind ' ' windowlist -b screen -t "windowName1" 1 screen -t "windowName2" 2
No comments yet