Guest User

Untitled

a guest
Nov 20th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. –ctrl a c -> cre­ate new win­dow
  2. –ctrl a A -> set win­dow name
  3. –ctrl a w -> show all win­dow
  4. –ctrl a 1|2|3|… -> switch to win­dow n
  5. –ctrl a ” -> choose win­dow
  6. –ctrl a ctrl a -> switch between win­dow
  7. –ctrl a d -> detach win­dow
  8. –ctrl a ? -> help
  9. –ctrl a [ -> start copy, move cur­sor to the copy loca­tion, press ENTER, select the chars, press ENTER to copy the selected char­ac­ters to the buffer
  10. –ctrl a ] -> paste from buffer
  11.  
  12. –screen –DR -> list of detached screen
  13. –screen –r PID -> attach detached screen ses­sion
  14. –screen –dmS MySes­sion -> start a detached screen ses­sion
  15. –screen –r MySes­sion -> attach screen ses­sion with name MySession
  16.  
  17. –ctrl a S -> cre­ate split screen
  18. –ctrl a TAB -> switch between split screens
  19.  
  20. –ctrl a Q -> Kill all regions but the cur­rent one.
  21. –ctrl a X -> remove active win­dow from split screen
  22. –ctrl a O -> logout active win­dow (dis­able out­put)
  23. –ctrl a I -> login active win­dow (enable output)
Add Comment
Please, Sign In to add comment