Learning to use Screen ! Here's a cheat sheet
ctrl-a c: create a new window
ctrl-a ": list windows and select one
ctrl-a A: name a window
ctrl-a w: show all windows
ctrl-a N: switch to window N, where N is an int (1,2,3, etc...)
ctrl-a ctrl-a: switch between windows
ctrl-a d: detach window
ctrl-a [: start copy move, move like in Vi.
ctrl-a ]: paste from buffer
ctrl-a S: create a split screen
ctrl-a ": list windows and select one
ctrl-a A: name a window
ctrl-a w: show all windows
ctrl-a N: switch to window N, where N is an int (1,2,3, etc...)
ctrl-a ctrl-a: switch between windows
ctrl-a d: detach window
ctrl-a [: start copy move, move like in Vi.
ctrl-a ]: paste from buffer
ctrl-a S: create a split screen
Comments