Advertisement
Guest User

Untitled

a guest
Mar 26th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. #add much much more scrollback
  2. defscrollback 10000
  3.  
  4. # make some default windows
  5.  
  6. screen -t ADMIN 1
  7. chdir /Users/chiggsy/Sites/
  8. screen -t SITES 2
  9. chdir /Users/chiggsy/src/
  10. screen -t SRC 3
  11. chdir
  12. screen -t FERGUS 4 /Users/chiggsy/bin/econnect --host host.example.com --port 50000 --esc g --user sol
  13. screen -t LAEG 5 /Users/chiggsy/bin/econnect --host host.example2.com --port 505000 --esc g --user invictus
  14.  
  15. screen -t ROOT 0 sudo su -m
  16.  
  17. Available screen-session modes:
  18.  
  19. ----
  20. save - save Screen ( and VIM ) session
  21. load - load session
  22. ls - list saved sessions
  23. ----
  24.  
  25. dump - print detailed informations about windows in the session
  26. group - move windows to a group
  27. layoutlist - display a list of layouts
  28. layout-checkpoint - record a snapshot of the current layout.
  29. layout-history - display saved snapshots of the current layout
  30. layout-redo - load a snapshot of the current layout,
  31. layout-undo - load a snapshot of the current layout,
  32. layout-zoom - zoom into and out of a region
  33. kill - send SIGTERM to last the process started in a window
  34. kill-zombie - kill all zombie windows in the session
  35. kill-group - recursively kill all windows in a group
  36. manager - sessions manager (screenie like) but featuring session
  37. preview in a split window
  38. nest-layout - copy a layout to the current region
  39. new-window - start a new Screen window in the same working directory
  40. on the position next to the current window
  41. name - get or set the sessionname
  42. regions - display a number in every region (like tmux display-panes)
  43. renumber - renumber windows to fill gaps
  44. subwindows - recursively print windows contained in groups
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement