mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-01-07 22:11:09 +08:00
39 lines
1.4 KiB
Markdown
39 lines
1.4 KiB
Markdown
|
安装 Terminator:一个支持多终端的终端
|
|||
|
================================================================================
|
|||
|
Terminator 是一个程序,它可让用户自由地排列多个 GNOME 终端,而不用通过窗口管理器来实现,比较合适需要同时使用多个终端的用户。
|
|||
|
|
|||
|
### 特性 ###
|
|||
|
|
|||
|
- 在一个窗口显示多个终端
|
|||
|
- 可在上面使用你自己喜欢的 shell (Bash、zsh 等等,Terminator 不会限制它们)
|
|||
|
- 当前工作终端与当前非工作终端的标题背景颜色不同(见图1)
|
|||
|
|
|||
|
### 安装 ###
|
|||
|
|
|||
|
Debian/Ubuntu/Linux Mint/ Elementary 系统:
|
|||
|
|
|||
|
% sudo apt-get install terminator
|
|||
|
|
|||
|
![](http://180016988.r.cdn77.net/wp-content/uploads/2014/04/Terminator_Linux_Mint.png)
|
|||
|
|
|||
|
*图 1. Linux Mint 16 上安装 Terminator *
|
|||
|
|
|||
|
Fedora/CentOS 系统:
|
|||
|
|
|||
|
% sudo yum install terminator
|
|||
|
|
|||
|
![](http://180016988.r.cdn77.net/wp-content/uploads/2014/04/Terminator_Fedora.png)
|
|||
|
|
|||
|
*图 2. Fedora 20 上安装 Terminator*
|
|||
|
|
|||
|
详情请看 manual: **$ man terminator**
|
|||
|
|
|||
|
祝玩得开森!
|
|||
|
|
|||
|
--------------------------------------------------------------------------------
|
|||
|
|
|||
|
via: http://www.unixmen.com/install-terminator-multiple-gnome-terminals-one-window/
|
|||
|
|
|||
|
译者:[bazz2](https://github.com/bazz2) 校对:[校对者ID](https://github.com/校对者ID)
|
|||
|
|
|||
|
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
|