Screen - terminal multiplexer cheat sheet

The following is a short list of the most common keybindings for the screen terminal multiplexer.

CommandDescription
C-a ?Get the screen help, and shows some keybindings
C-a cCreate a new window
C-a nSwitch to the next window
C-a p or Ctrl-a -Switch to the previous window
C-a 0 to C-a 9Switch to window number 0-9
C-a C-aToggle between the current and last window
C-a ARename the current window
C-a w or C-a "Show a list of windows
C-a <Space>Switch to the next region
C-a <Backspace>Switch to the previous region
C-a <Tab>Move to the next region
C-a SSplit display horizontally
C-a | or C-a VSplit display vertically
C-a QClose all regions except the current one
C-a XClose the current region
C-a \Close current session
C-a :resizeResize region
C-a :fitResize window to fit the terminal size
C-a :layout save <name>Save current layout as <name>
C-a :layout load <name>Load layout named <name>
C-a :layout nextLoad next layout
C-a :layout prevLoad previous layout
C-a :layout title <title>Set the title of the current layout

** If you want to check what else I'm currently doing, be sure to follow me on twitter @rderik or subscribe to the newsletter. If you want to send me a direct message, you can send it to derik@rderik.com.