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 Preface Earlier iterations Iter...
Table of contents 1. Rendering 2. Bind data and a...
Suddenly, I needed to build a private service for...
Table of contents 1. Cause 2. Equipment Informati...
Without further ado, I will post the code for you...
This tutorial shares the detailed steps of instal...
It can be referenced through CDN (Content Delivery...
What is the purpose of creating your own website u...
Table of contents 1. Introduction 2. Installation...
When modifying Magento frequently, you may encount...
1. Prerequisites We use the require.context metho...
<!DOCTYPE html> <html lang="en"...
This article summarizes the implementation method...
Copy code The code is as follows: <input type=...
1. First, use springboot to build a simple dubbo ...