Linux Terminator
NAME
Terminator - Multiple GNOME terminals in one window
SYNOPSIS
terminator [options]
DESCRIPTION
This manual page documents Terminator, a terminal emulator(模拟器) application.
Terminator is a program that allows users to set up flexible arrangements of GNOME terminals. It is aimed at those who normally arrange lots of terminals near each other, but don't want to use a frame based window manager.
KEYBINDINGS
The following keybindings can be used to control Terminator:
中国的朋友注意了,小心Ctrl+Shift和输入法的快捷键发生冲突。
Split terminals window
- Ctrl+Shift+E #Split terminals Vertically.
- Ctrl+Shift+O #Split terminals Horizontally. char o
Resize windows size
- Ctrl+Shift+Right #Move parent dragbar Right.
- Ctrl+Shift+Left #Move parent dragbar Left.
- Ctrl+Shift+Up #Move parent dragbar Up.
- Ctrl+Shift+Down #Move parent dragbar Down.
Move mouse cursor
- Alt+Up #Move to the terminal above the current one.
- Alt+Down #Move to the terminal below the current one.
- Alt+Left #Move to the terminal left of the current one.
- Alt+Right #Move to the terminal right of the current one.
Close
- Ctrl+Shift+W #Close the current terminal.
- Ctrl+Shift+Q #Quits Terminator
Toggle
- F11 #Toggle fullscreen
- Ctrl+Shift+X #Toggle between showing all terminals and only showing the current one (maximise).
- Ctrl+Shift+Z #Toggle between showing all terminals and only showing a scaled version of the current one (zoom).
Rotate
- Super+R #Rotate terminals clockwise.
- Super+Shift+R #Rotate terminals counter-clockwise.
Edit
- Ctrl+Shift+S #Hide/Show Scrollbar.
- Ctrl+Shift+C #Copy selected text to clipboard
- Ctrl+Shift+V #Paste clipboard text
- Ctrl+Shift+F #Search within terminal scrollback
Tab operator
- Ctrl+Shift+T #Open new tab
- Ctrl+PageDown #Move to next Tab
- Ctrl+PageUp #Move to previous Tab
- Ctrl+Shift+PageDown #Swap tab position with next Tab
- Ctrl+Shift+PageUp #Swap tab position with previous Tab
- Ctrl+Shift+N or Ctrl+Tab #Move to next terminal within the same tab, use `Ctrl+PageDown` to move to the next tab. If `cycle_term_tab is False`, cycle within the same tab will be disabled
- Ctrl+Shift+P or Ctrl+Shift+Tab #Move to previous terminal within the same tab, use `Ctrl+PageUp` to move to the previous tab. If `cycle_term_tab is False`, cycle within the same tab will be disabled
Font size
- Ctrl+Plus (+) #Increase font size. Note: this may require you to press shift, depending on your keyboard
- Ctrl+Minus (-) #Decrease font size. Note: this may require you to press shift, depending on your keyboard
- Ctrl+Zero (0) #Restore font size to original setting.
Reset
- Ctrl+Shift+R #Reset terminal state
- Ctrl+Shift+G #Reset terminal state and clear window
Group Operator
- Super+g #Group all terminals so that any input sent to one of them, goes to all of them.
- Super+Shift+G #Remove grouping from all terminals.
- Super+t #Group all terminals in the current tab so input sent to one of them, goes to all terminals in the current tab.
Edit In Terminals
- CTRL + U # cut before cursor
- CTRL + K # cut after cursor to end of line
- CTRL + W # cut word before cursor
- CTRL + Y # paste
- Shift + Insert # paste to terminal
- ALT + Backspace # delete previous work
- CTRL + E # move cursor to end of line
- CTRL + A # move cursor to head of line
- ALT + F # jump next space
- ALT + B # jump previous space
Other
- Super+Shift+T #Remove grouping from all terminals in the current tab.
- Ctrl+Shift+I #Open a new window (note: unlike in previous releases, this window is part of the same Terminator process)
- Super+i #Spawn a new Terminator process
Mouse
Drag and Drop The layout can be modified by moving terminals with Drag and Drop. To start dragging a terminal, click and hold on its titlebar. Alternatively, hold down Ctrl, click and hold the right mouse button. Then, Release Ctrl. You can now drag the terminal to the point in the layout you would like it to be. The zone where the terminal would be inserted will be highlighted.
Perference
Please use mouse right menus;
OPTIONS
This program follow the usual GNU command line syntax, with long options starting with two dashes (-). A summary of options is included below.
-h, --help #Show summary of options
-v, --version #Show the version of the Terminator installation
-m, --maximise #Start with a maximised window
-f, --fullscreen #Start with a fullscreen window
-b, --borderless #Instruct the window manager not to render borders/decoration on the Terminator window (this works well with -m)
-H, --hidden #Hide the Terminator window by default. Its visibility can be toggled with the hide_window keyboard shortcut (Ctrl-Shift-Alt-a by default)
-T, --title #Force the Terminator window to use a specific name rather than updating it dynamically based on the wishes of the child shell.
--geometry=GEOMETRY #Specifies the preferred size and position of Terminator's window; see X(7).
-e, --command=COMMAND #Runs the specified command instead of your default shell or profile specified command. Note: if Terminator is launched as x-terminal-emulator -e behaves like -x, and the longform becomes --execute2=COMMAND
-x, --execute COMMAND [ARGS] #Runs the rest of the command line instead of your default shell or profile specified command.
--working-directory=DIR #Set the terminal's working directory
-r, --role=ROLE #Set a custom WM_WINDOW_ROLE property on the window
-c, --classname=CLASSNAME #Set a custom name (WM_CLASS) property on the window
-l, --layout=LAYOUT #Start Terminator with a specific layout. The argument here is the name of a saved layout.
-s, --select-layout=LAYOUT #Open the layout launcher window instead of the normal terminal.
-p, --profile=PROFILE #Use a different profile as the default
-i, --icon=FORCEDICON #Set a custom icon for the window (by file or name)
-u, --no-dbus #Disable DBus
-d, --debug #Enable debugging output (please use this when reporting bugs). This can be specified twice to enable a built-in python debugging server.
--debug-classes=DEBUG_CLASSES #If this is specified as a comma separated list, debugging output will only be printed from the specified classes.
--debug-methods=DEBUG_METHODS #If this is specified as a comma separated list, debugging output will only be printed from the specified functions. If this is specified in addition to --debug-classes, only the intersection of the two lists will be displayed
--new-tab #If this is specified and Terminator is already running, DBus will be used to spawn a new tab in the first Terminator window.
SEE ALSO
terminator_config(5)
Linux Terminator的更多相关文章
- Linux 驱动开发
linux驱动开发总结(一) 基础性总结 1, linux驱动一般分为3大类: * 字符设备 * 块设备 * 网络设备 2, 开发环境构建: * 交叉工具链构建 * NFS和tftp服务器安装 3, ...
- Linux(Ubuntu)使用日记(七)------终端控制器Terminator安装使用
1.目的 实现分屏效果,如图: 如果使用系统自带的终端,可能会使这种效果: 综上所述,知道我们为什么要安装Terminator了吧. 2.安装过程 Terminator 的安装非常方便,在 Ubunt ...
- [转] 在linux下使用Terminator
Ubuntu自带的终端是gnome-terminal,虽然能用但是不能支持屏幕分割和选择复制等功能,于是换用terminator作为默认终端. 安装 sudo apt-get install term ...
- Linux下多窗口分屏式终端--Terminator
很不错的分屏插件终端:https://pkgs.org/centos-6/repoforge-i386/terminator-0.95-3.el6.rf.noarch.rpm.html
- Linux 桌面系统字体配置要略
字体显示效果测试 这一段是为了测试宋体字的显示效果,包括宋体里面自带的英文字体,“This is english,how does it look like?”.这一行是小字.后面几个字是加粗的宋体. ...
- 安装Linux Mint
1.尽量选择trusty的安装版本,kde和xfce不支持Win+..快捷键,推荐cinnamon:制作安装U盘后,选择非EFI模式启动:选择start Linux Mint(就是第一项): 2.In ...
- [CentOS]安装命令行终端Terminator工具
摘要 Terminator是一款跨平台的终端工具,使用的是 GPL 许可证,提供了很多高级的功能.它没有 Guake 和 Yakuake 那样光鲜,但绝对是一款重型武器.它提供的功能包括界面分块,将自 ...
- [转]12款最佳Linux命令行终端工具
摘要 “工欲善其事必先利其器”,作为菜鸟,也是从别人那里偷学来的一些东东.今天看到同事用到一个终端命令行工具,觉得自己弱爆了.然后在网上搜了下该工具.发现类似的工具还是挺多的,只是自己不知道罢了. 原 ...
- Linux命令中特殊符号
转自:http://blog.chinaunix.net/uid-16946891-id-5088144.html 在shell中常用的特殊符号罗列如下:# ; ;; . , / \ 'strin ...
随机推荐
- 干掉某个用户的所有进程 ---slay和kill
要杀掉指定进程,你可以: 1.sudo slay <name> 知道进程名字即可 2.kill[参数][进程号] 知道进程ID即可 用‘slay’干掉某个用户的所有进程 slay 是Ch ...
- 最新解决 Ubuntu16.04 和 win10 双系统时间同步问题 (设置为 UTC 时间)
最近在电脑上安装了 Ubuntu16.04 和 Win10 双系统, 开机后发现电脑的开机系统出现了问题,不知道怎么搞的总是会出现8个小时的误差,在网上查了好多文章发现网上的大部分方法都是比较过时的 ...
- [LOJ6198]谢特
loj description 给你一个字符串和一个数组\(w_i\),定义\(\mbox{LCP}(i,j)\)为\(i,j\)两个后缀的最长公共前缀.求\(\max_{i,j}\mbox{LCP} ...
- test20181024 nan
题意 nan 问题描述 我们有一个序列,现在他里面有三个数1,2,2.我们从第三个数开始考虑: 第三个数是2,所以我们在序列后面写2个3,变成1,2,2,3,3. 第四个数是3,所以我们在序列后面写3 ...
- yarn workspaces基本试用
初始化项目 yarn init -y 添加workspaces 支持 修改package.json { "name": "second", "vers ...
- nats 学习 集群ha 配置
nats 的ha 是一个mesh 的结构,有两个主要的参数 clusters routers 启动三分节点(单机) 共享变量 SERVERS=nats://127.0.0.1:6222,nats: ...
- FastAdmin 插件配置文件 info.ini 中的 state 什么意思?
FastAdmin 插件配置文件 info.ini 中的 state 什么意思? 在插件配置中有一个 state ,这是配置插件开关的.
- PostgreSQL性能极限
目前已有很多PostgreSQL的系统在实际生产环境下管理着超过4TB的数据.一些PostgreSQL系统的极限值如下表所列: 极限值: 最大单个数据库大小 不限 最大数据单表大小 32 TB 单条记 ...
- Phonegap 原生控件(Android)与html混合
1. 用命令创建cordova项目 cordova coreate hello com.example.hello hello 2.打开MainActivity 在onCreate方法中加入 setC ...
- GNU Radio: Overview of the GNU Radio Scheduler
Scetion 1: The Flowgraph The flowgraph moves data from sources into sinks. 一个流图由多个模块组成,其中一般包括信源(Sour ...