Friday, April 26, 2024
23
rated 0 times [  23] [ 0]  / answers: 1 / hits: 17041  / 1 Year ago, wed, april 12, 2023, 3:41:40

What are the keyboard shortcuts to manipulate tabs (open new tab, navigate between tabs ...) in the command line of ubuntu server 12.04?


More From » command-line

 Answers
0

For doing command line work in general I would recommend using screen, tmux or other of these sort, but to get started, try out byobu:



enter image description here



Default key bindings:




  • F2 create a tab

  • F3 & F4 you can move around back and forth

  • F6 detach session. Resume later - very powerful!

  • F7 copy mode - allows you to scroll using arrow keys and search for keywords

  • F8 rename window

  • F9 Menu & help (more key bindings and features here!)

  • type exit, Ctrl+D to exit regularly one shell/window.



Byobu works regardless the type of connection to your server. This works in regular terminals (also desktops), Virtual Terminals, serial TTYs, SSH sessions, etc.


[#33324] Friday, April 14, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
soahan

Total Points: 230
Total Questions: 123
Total Answers: 123

Location: Maldives
Member since Tue, Dec 21, 2021
2 Years ago
;