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 1. Preprocessing 2. Compilation...
MySQL 5.7.20 zip installation, the specific conte...
DPlayer.js video player plug-in is easy to use Ma...
Table of contents 1. What is Docker Compose? 2. D...
Install pymysql pip install pymysql 2|0Using pymy...
background Recently, some friends who are new to ...
Preface In the development of small programs, we ...
We hope to insert the weather forecast into the w...
As one of the most commonly used and important ut...
Regarding the issue that JavaScript strict mode d...
1.1 Introduction By enabling the slow query log, ...
<br />The following are the problems I encou...
Introduction: All browsers come with default styl...
Table of contents Preface question Online solutio...
Table of contents 1. Install Docker 2. Install so...