basic commands for screen(1), a terminal multiplexer ------------------------------------------------------ invokation / cmdline --------------------- screen : start screen with new shell window screen vim /etc/config.file : start screen with vim session screen -list : list sessions help ----- ^A - ? : show commands window commands --------------- ^a c : create new shell window and switch to it ^a " : show windowlist ^a : switch to window ^a \ : quit & end all sessions ^a k : kill current window ^a d : detach screen from current window ^a r

: resume session

(see "screen -list")