Archive for March, 2008

Screen Shortcuts

Tuesday, March 4th, 2008

start “screen”
create new window “ctrl-a c”
switch to next window “ctrl-a n”
switch to previous window “ctrl-a p”
switch to list of windows “ctrl-a “”
switch to a particular window “ctrl-a <number>”
detach sreen “ctrl-a d”
reattach sreen “screen -r”
kill a window “ctrl-a k”
rename a window “ctrl-a A”
Move between split sections of the screen “ctrl-a <TAB>”
Split the current window in two [...]