linux 常用工具的使用--terminator

1、terminator的安装

打开终端; sudo apt-get install terminator

2、terminator的快捷键

Ctrl+Shift+O

   Split terminals Horizontally.(上下开新窗口)

  Ctrl+Shift+E

   Split terminals Vertically.(垂直开新窗口)

  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.

  Ctrl+Shift+S

   Hide/Show Scrollbar.(隐藏滚动条)

  Ctrl+Shift+F

   Search within terminal scrollback

  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

  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.

  Ctrl+Shift+C

   Copy selected text to clipboard

  Ctrl+Shift+V

   Paste clipboard text

  Ctrl+Shift+W

   Close the current terminal.

  Ctrl+Shift+Q

   Quits Terminator

  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).

  Ctrl+Shift+T

   Open new tab

  Ctrl+Shift+Alt+T

   Open new tab at root level, if using extreme_tabs.

  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+F

   Open buffer search bar to find substrings in the scrollback buffer. Hit Escape to cancel.

  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.

  F11

   Toggle fullscreen(放大当前窗口)

  Ctrl+Shift+R

   Reset terminal state

  Ctrl+Shift+G

   Reset terminal state and clear window

  Drag and Drop

   The layout can be modified by moving terminals with Drag and Drop. To start dragging a terminal, hold down Ctrl, click and hold the right mouse button. Then, **Release Ctrl**. You can now drag the terminal do the point in the layout you would like it to
be. The zone where the terminal would be inserted will be highlighted.

  

  In this section,I just pick up some import tips for me.If you want toget details,please type ‘man terminator‘ after intalling in theterminal.

  

  Considering there is very little info on terminator in chinese,so I will list it in chinese.

  CTRL+SHIFT+O/E 水平或者垂直新建一个窗口

  CTRL+SHIFT + LEFT/RIGHT/UP/DOWN 左/右/上/下移动当前窗口

  CTRL+SHIFT+s 显示/隐藏 scrollbar

  CTRL+TAB/CTRL+SHIFT+TAB 移动到下/上一窗口

  ALT+ LEFT/RIGHT/UP/DOWN 分别移动到当前窗口的左/右/上/下窗口

  CTRL+SHIFT+W 关闭当前窗口

  CTRL+SHIFT+Q 关闭当前程序

  CTRL+SHIFT+X/Z 在所有窗口与当前窗口(最大化)之间进行切换

  CTRL+SHIFT+T 创建新的Tab

  CTRL+PageDown/PageUp 移动到下/上一Tab

  CTRL+SHIFT+PageDown/PageUp 当前Tab与上/下一Tab交换前后位置

  CTRL+Plus(+)/Minus(-) 增加/减少当前窗口的字号

  CTRL+Zero(0) 还原成默认的字号

  CTRL+SHIFT+G 清屏

  F11 全屏/或者在启动程序的时候参数设置为 -f

3、 termintor的设置

打开terminator,空白处右键打开选择“首选项”

详细设置:http://www.360doc.com/content/13/0113/22/8363527_260004891.shtml

4、Ubuntu设置默认Terminal为Terminato

打开终端:gsettings set org.gnome.desktop.default-applications.terminal exec   /usr/bin/terminator

gsettings set org.gnome.desktop.default-applications.terminal exec-arg
"-x"

时间: 2024-10-11 11:49:51

linux 常用工具的使用--terminator的相关文章

Linux常用工具安装

1 Linux常用开发工具安装 1 安装Mysql ①基本安装 wget http://repo.mysql.com/mysql57-community-release-el7-10.noarch.rpm: sudo rpm -ivh mysql57-community-release-el7-10.noarch.rpm : yum -y install mysql-server: service mysqld restart: ②设置密码,基本安装完成后root账号是没有密码的,我们可以给ro

【linux 常用工具总结】sed 工具使用总结

在日常工作中,我们往往会在使用Unix/Linux系统时遇到一些处理复杂文本的情况, 这些文本直接处理可能会比较麻烦,往往会花费我们很多时间,给我们的工作带来一定的困扰.事实上,Unix/linux系统提供了一些强大高效的文本处理工具来帮助我们进行复杂文本的处理, 掌握这些工具的使用可以事半功倍. 本文主要对linux三剑客(sed, awk, grep)之一的sed工具进行介绍,并对该工具的使用进行简单的说明. 1.1  sed工具使用总结 sed, 全称 stream editor, 是一种

Linux常用工具之XFTP、Xshell配置

Xftp是一个基于 MS windows 平台的功能强大的SFTP.FTP文件传输软件.使用了 Xftp 以后,MS windows 用户能安全地在UNIX/Linux 和 Windows PC 之间传输文件.-------摘自度娘~ 其实Xftp就是一款PC对虚拟机的上传.下载传输的工具,例如,在虚拟机搭建tomcat环境,搭建禅道等,都需要借助这款工具. Xftp和Xshell是可以配套使用的,所以小七这边把2款工具结合到一起介绍使用. Xftp xftp左边红框对应显示的是PC端的文件,右

Linux常用工具介绍——free

在Linux系统中,我们查看.监控系统内存使用情况,一般最常用的命令就是free, 关于free的实现,其实是调用linux下的/proc/meminfo文件.[[email protected] /]# free -Vfree from procps-ng 3.3.9 [[email protected] /]# free              total       used       free     shared    buffers     cachedMem:       10

Linux常用工具集锦

vnc-win32 VNC (Virtual Network Computer)是虚拟网络计算机的缩写.VNC 是一款优秀的远程控制工具软件,由著名的 AT&T 的欧洲研究实验室开发的.VNC 是在基于 UNIX 和 Linux 操作系统的免费的开源软件,远程控制能力强大,高效实用,其性能可以和 Windows 和 MAC 中的任何远程控制软件媲美. 在 Linux 中,VNC 包括以下四个命令:vncserver,vncviewer,vncpasswd,和 vncconnect.大多数情况下用

linux 常用工具记录及简介

前言 linuxz虽然各种软件的生态还比较差,但是大势所趋,早晚都是要用的.记录下自己常用的软件,要是那天系统崩了重装也舒服点 编程工具 pycharm专业版(社区版也能用,只是用惯了专业版) * 下载安装包(2018.2版3.1可破解):https://www.jetbrains.com/pycharm/download/ * 破解:将jar文件放入bin文件夹下,在pycharm.vmoptions和pycharm64.vmoptions中最后面加入(jar文件路径) -javaagent:

linux常用工具集合

1.前言 本文收集或记录工作过程中用到的工具,方便自己,分享予有缘人. 2.测试环境 CentOS release 6.5 (Final) 3.工具介绍 3.1.tcpdump 3.1.1.作用 监听某个端口并抓包 3.1.2.安装 yum -y install tcpdump 3.1.3.使用范例 tcpdump port 21 -nA 3.2.nmap 3.2.1.作用 扫描某台主机开启的服务端口 3.2.2.安装 yum -y install nmap 3.2.3.使用范例 nmap ww

linux常用工具

对不错的工具记录一下,不然明天又忘记啦 1. tee 功能说明:读取标准输入的数据,并将其内容输出成文件, 语 法:tee [-ai][--help][--version][文件...]补充说明:tee指令会从标准输入设备读取数据,将其内容输出到标准输出设备,同时保存成文件 来源:http://liubin.blog.51cto.com/282313/131298

Linux常用工具与菠菜平台出售

VIM:菠菜平台出售Q217-179-3408Vim是从 vi 发展出来的一个著名的功能强大.高度可定制的Linux文本编辑器12种模式:6种基本模式,6种条件模式进入文本编辑器语法: vim [文件名] 1①普通模式->插入模式 i进入插入模式 光标在当前位置I进入插入模式 光标到行首a光标移动到下一个字符处开始插入A 光标移到行尾开始插入o在光标所在行下方添加新行并进入插入模式O在光标所在行上方添加新行并进入插入模式s删除光标所在字母并进行插入插入模式->普通模式Esc键②普通模式下的操作