Skip to content

Instantly share code, notes, and snippets.

@namhnz
Created July 5, 2022 08:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save namhnz/4847eff0de1c497522ccd2fae3fff81d to your computer and use it in GitHub Desktop.
Save namhnz/4847eff0de1c497522ccd2fae3fff81d to your computer and use it in GitHub Desktop.
Ctrl + a and c – Open a new screen window.
Ctrl + a and " – List all open windows.
Ctrl + a and 0 – Switch to window 0 (or any other numbered window).
Ctrl + a and A – Rename the current window.
Ctrl + a and S - Split the screen horizontally, with the current window on top.
Ctrl + a and | - Split the screen vertically, with the current window on the left.
Ctrl + a and tab – Switch focus between areas of the split screen.
Ctrl + a and Ctrl + a – Switch between current and previous windows.
Ctrl + a and n – Switch to the next window.
Ctrl + a and p – Switch to the previous window.
Ctrl + a and Q – Quit all other windows except the current one..
Ctrl + a and X – Lock the current window.
Ctrl + a and H – Create a running log of the session.
Ctrl + a and M – Monitor a window for output (a notification pops up when that window has activity).
Ctrl + a and _ - Watch a window for absence of output (such as when a file finishes downloading or a compiler finishes).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment