|
下面介绍 gnome terminal 里几个常用的快捷键:
Ctrl + Shift + t : 打开一个新的标签
Ctrl + Page Up/Page Down : 在各个标签中切换,Page Up 向前翻,Page Down 向后翻。
Ctrl + Shift + c : 拷贝被选择的文本(用鼠标选择)。实际上,当鼠标将一段文本选择时,拷贝动作已经发生。
Ctrl + Shfit + v : 粘贴文本。如上,如果用鼠标,直接按下中键,即可粘贴。
Shift + Page Up/Page Down : 滑动窗口滚动条。有时屏幕上输出的内容太多时,使用该快捷键会比较便捷,比用鼠标来拖动会方便些。
如果你用的是虚拟终端(可通过 Ctrl + Shift + F[2-6] 切换),那么没有鼠标怎么办?答案是安装 GPM 服务,它可以帮你实现在图形界面下的那些选择复制粘贴功能。
查看信息:$ yum info gpm
Loaded plugins: fastestmirror, refresh-packagekit, security
Determining fastest mirrors
* base: mirror01.idc.hinet.net
* extras: ftp.stu.edu.tw
* updates: ftp.stu.edu.tw
Installed Packages
Name : gpm
Arch : i686
Version : 1.20.6
Release : 12.el6
Size : 373 k
Repo : installed
From repo : base
Summary : A mouse server for the Linux console
URL : http://www.nico.schottelius.org/software/gpm/
License : GPLv2+
Description : Gpm provides mouse support to text-based Linux applications like
: the Emacs editor and the Midnight Commander file management
: system. Gpm also provides console cut-and-paste operations using
: the mouse and includes a program to allow pop-up menus to appear
: at the click of a mouse button.
安装: |
|