Home > System Tutorial > LINUX > Practical Tools | Split-screen Terminal under Linux

Practical Tools | Split-screen Terminal under Linux

王林
Release: 2024-02-05 18:30:03
forward
620 people have browsed it

Terminator

Terminator is a Linux terminal emulator with several features that are not supported by the default terminal application. It allows you to create multiple terminals in one window, thereby increasing work efficiency.

In addition to supporting multi-window functionality, Terminator also allows you to customize other features, such as fonts, font color, background color, etc.

Under Ubuntu system, you can use the following command to install Terminator:

sudo apt-get install terminator
Copy after login

How to create multiple terminals:

实用工具 | Linux下分屏终端

Commonly used shortcut keys:

Ctrl+Shift+E    垂直分割窗口
Ctrl+Shift+O    水平分割窗口
    F11         全屏
Ctrl+Shift+C    复制
Ctrl+Shift+V    粘贴
Ctrl+Shift+N    或者 Ctrl+Tab 在分割的各窗口之间切换
Ctrl+Shift+X    将分割的某一个窗口放大至全屏使用
Ctrl+Shift+Z    从放大至全屏的某一窗口回到多窗格界面
Copy after login

The above is the detailed content of Practical Tools | Split-screen Terminal under Linux. For more information, please follow other related articles on the PHP Chinese website!

source:lxlinux.net
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template