Advertisement
Guest User

Untitled

a guest
Oct 13th, 2015
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.87 KB | None | 0 0
  1. Byobu Commands
  2. ==============
  3.  
  4. byobu Screen manager
  5.  
  6.  
  7. Level 0 Commands (Quick Start)
  8. ------------------------------
  9.  
  10. <F2> Create a new window
  11. <F3> Go to the previous window
  12. <F4> Go to the next window
  13. exit Close the current window
  14.  
  15.  
  16. Level 1 Commands
  17. ----------------
  18.  
  19. <ctrl> a S (capital S, please!) Split the current region
  20. horizontally into two new
  21. ones
  22. <ctrl> a | Split the current region
  23. vertically into two new ones
  24. <ctrl> a <tab> Go to the next region
  25. <ctrl> a X (capital X, please!) Close the current region
  26. <ctrl> a Resize the current region using the
  27. options given below:
  28. :resize +N Increase the height of the current
  29. region by N
  30. :resize -N Decrease the height of the current
  31. region by N
  32. :resize N Set the height of the current region
  33. to N
  34. :resize = Make all regions equally high
  35. :resize max Maximize the height of the current
  36. region
  37. :resize min Minimize the height of the current
  38. region
  39. <ctrl> a x Lock the terminal
  40. <F8> Rename the current window
  41.  
  42.  
  43. Level 2 Commands (Faster Alternatives)
  44. --------------------------------------
  45.  
  46. <ctrl> a \ Kill all the windows and terminate
  47. the session
  48. This is an alternative to typing
  49. "exit" in each window
  50. <ctrl> a <N> Go to window number N
  51. This is an alternative to the <F3>
  52. and <F4> commands
  53. <ctrl> a " Present a list of all windows for
  54. selection
  55. This is an alternative to the <F3>
  56. and <F4> commands
  57. <ctrl> a <ctrl> a Toggle to the previously displayed
  58. window
  59. This is an alternative to the <F3>
  60. and <F4> commands
  61.  
  62.  
  63. Help
  64. ----
  65.  
  66. 1) man screen
  67. 2) <ctrl> a ?
  68. 3) Press <F9>, then choose the "Help" option
  69.  
  70.  
  71.  
  72. F Key Commands
  73. ----
  74.  
  75. F2: Create a new window
  76.  
  77. F3: Move to the previous window
  78.  
  79. F4: Move to the next window
  80.  
  81. F5: Refresh all status notifications
  82.  
  83. F6: Detach from the session and logout
  84.  
  85. Shift-F6: Detach from the session, but do not logout
  86.  
  87. F7: Enter scrollback/search mode
  88.  
  89. F8: Rename the current window
  90.  
  91. F9: Launch the Byobu Configuration Menu
  92.  
  93. F12: GNU Screen's Escape Key
  94.  
  95. Alt-Pageup: Scroll back through this window's history
  96.  
  97. Alt-Pagedown: Scroll forward through this window's history
  98.  
  99. Shift-F2: Split the screen horizontally
  100.  
  101. Ctrl-F2: Split the screen vertically
  102.  
  103. Shift-F3: Move focus to the next split
  104.  
  105. Shift-F4: Move focus to the previous split
  106.  
  107. Shift-F5: Collapse all splits
  108.  
  109. Ctrl-F5: Reconnect any SSH/GPG sockets or agents
  110.  
  111. Shift-F12: Toggle all of Byobu's keybindings on or off
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement