gnu-screenΒΆ
All commands are inside screen
Open new window
# Ctrl + a + cClose windows in screen
# Ctrl + a + kDetaching the screen (Coming to normal non-screen window)
# Ctrl + a + dReattaching the screen
$ screen -R
Goto next windows
# Ctrl + a + nGoto previous windows
# Ctrl + a + pShow list of windows
# Ctrl + a + Shift + "Split panes
# Ctrl + a + Shift + sToggle between split panes
# Ctrl + a + TabClosing split panes
# Ctrl + a + Shift + xLocking the screen
# Ctrl + a + x (Enter password for locking and unlocking)Fancy hardstatus
# vi /etc/screenrc hardstatus on hardstatus alwayslastline hardstatus string "%{.bW}%-w%{.rW}%n %t%{-}%+w %=%{..G} %H %{..Y} %m/%d %C%a "