Here are two terminal split screen tools: screen and tmux 1. Use screen splitting (can only split up and down, not left and right) (1) Installation tools Install the screen tool in Ubuntu using sudo apt-get install screen (2) Use tools 1. Enter the command screen to use the tool 2. Split the screen up and down: ctrl + a then press shift + s 3. Switch screen: ctrl + a and then press tab 4. Create a new terminal: ctrl + a and then press c 5. Close a terminal: ctrl + a and then press x (or just press exit to exit) 2. Use tmux to split the screen (either left and right, or top and bottom). (1) Installation tools Install the tmux tool in the Ubuntu system using sudo apt-get install tmux (2) Use tools 1. Enter the command tmux to use the tool 2. Split the screen up and down: ctrl + b and then press " 3. Split the screen left and right: ctrl + b and then press % 4. Switch screen: ctrl + b and then press o 5. Close a terminal: ctrl + b and then press x 6. Switch between top-bottom split screen and left-right split screen: ctrl + b and then press the space bar other: ! Place the current panel in a new window, that is, create a new window that contains only the current panel Summarize The above are two tool solutions for splitting the screen in the Linux command line terminal introduced by the editor. I hope it will be helpful to everyone. If you have any questions, please leave me a message and the editor will reply to you in time. I would also like to thank everyone for their support of the 123WORDPRESS.COM website! You may also be interested in:
|
<<: Steps for encapsulating element-ui pop-up components
Table of contents Introduction to NIS Network env...
This article mainly introduces the configuration ...
In the previous article, we introduced the detail...
We implement a red image style for the clicked bu...
Due to the advantages of GTID, we need to change ...
Data migration needs to be imported from MySQL to...
FastDFS & Nginx Integration: The tracker is c...
Table of contents Overview Blob Blob in Action Bl...
1. Installation version details Server: MariaDB S...
Method 1: Use cmd command First, open our DOS win...
This article example shares the specific code of ...
Table of contents 1. Download JDK (take jdk1.8.0 ...
Format Encoding 1. Please set the page width with...
Table of contents 1. Function definition 1.1 Func...
Login + sessionStorage Effect display After a suc...