原文:http://blog.csdn.net/wolf_london/article/details/6491940


gnome-terminal 快捷键基本用法(不全)



1 总结一下在GNOME桌面下面键盘的使用方法:

3 虚拟命令终端:
4 //打开虚拟终端
5 <alt> + <F2>, 输入gnome-terminal

7 //添加标签页
8 <shift> + <ctrl> + <T>

10 //关闭虚拟终端
11 <shift> + <ctrl> + <Q>
12 或者输入exit
13 
14 //关闭标签
15 <shift> + <ctrl> + <W>
16 
17 //新建窗口
18 <shift> + <ctrl> + <N>
19 
20 //全屏
21 <F11>
22 
23 //放大
24 <shift> + <ctrl> + <+>
25 
26 //缩小
27 <ctrl> + <->
28 
29 //切换标签上下左右,和第N个标签
30 <ctrl> + <PageUp>
31 <ctrl> + <PageDown>
32 
33 <shift> + <ctrl> + <PageUp>
34 <shift> + <ctrl> + <PageDown>
35 
36 <alt> +<n>
~                      


Bash Shell 快捷键
  l         CTRL k:删除从光标到行尾的部分
  l         CTRL u:删除从光标到行首的部分
  l         ALT d:删除从光标到当前单词结尾的部分
  l         CTRL w:删除从光标到当前单词开头的部分
  l         CTRL a:将光标移到行首
  l         CTRL e:将光标移到行尾
  l         ALT a:将光标移到当前单词头部
  l         ALT e:将光标移到当前单词尾部
  l         CTRL y:插入最近删除的单词
  l         !$:重复前一个命令最后的参数。
  Ctrl + a - 跳到行首
  Ctrl + b - 左移一个字符
  Ctrl + c - 终端进程
  Ctrl + d - 从光标处向右删除
  Ctrl + e - 跳到行尾
  Ctrl + f - 右移一个字符
  Ctrl + k - 从光标处删除到行尾
  Ctrl + l - 清屏,类似 clear 命令
  Ctrl + r - 查找历史命令
  Ctrl + R - Search the history backwards with multi occurrence
  Ctrl + u - Delete backward from cursor // 密码输入错误的时候比较有用
  Ctrl + xx - Move between EOL and current cursor position
  Ctrl + x @ - Show possible hostname completions
  Ctrl + z - Suspend/ Stop the command
  补充:
  Ctrl + h - 删除当前字符
  Ctrl + w - 删除最后输入的单词
  终端快捷键:alt+f2然后打gnome-terminal就可以打开终端了
  添加快捷键:系统——首选项——键盘快捷键
  最常用
  win+n切换背景颜色风格
  alt+tab=不用说了。
  win+tab若开3D效果了切换
  ctrl+alt+backspace=相当于强制注销
  ctrl+alt+del=调出关机菜单
  ctrl+alt+l=锁定桌面
  ctrl+alt+d=最小化gnome所有窗口
  ctrl+alt+f2=linux终端用户(alt + f7返回xwindows,alt+ <- 或-> 进行终端切换)
  ctrl+alt+ <- 或-> =切换桌面
  终端快捷键
  tab=补全
  ctrl+a=开始位置
  ctrl+e=最后位置
  ctrl+k=删除此处至末尾所有内容
  ctrl+u=删除此处至开始所有内容
  ctrl+d=删除当前字母
  ctrl+w=删除此处到左边的单词
  ctrl+y=粘贴由ctrl+u,ctrl+d,ctrl+w删除的单词
  ctrl+r=正在测试,还没弄明白,呵呵。
  ctrl+l=相当于clear
  ctrl+b=向回移动
  ctrl+f=向前移动
  ctrl+p=向上显示缓存命令
  ctrl+n=向下显示缓存命令
  ctrl+d=关闭终端
  shift+上或下=终端上下滚动
  shift+pgup或pgdown=终端上下翻页滚动
  ctrl+shift+f=全屏(仅限于konsole)
  ctrl+shift+n=新终端(terminal和konsole有所不同)
  ctrl+c=终止
  以下为桌面的快捷键列表
  打开主菜单 = Alt + F1
  运行 = Alt + F2
  显示桌面 = Ctrl + Alt + d
  最小化当前窗口 = Alt + F9
  最大化当前窗口 = Alt + F10
  关闭当前窗口 = Alt + F4
  截取全屏 = Print Screen
  截取窗口 = Alt + Print Screen
  默认特殊快捷键
  展示所有窗口程序 = F10
  展示当前窗口最上层程序 = F11
  展示当前窗口所有程序 = F12
  切换窗口 = Alt + Tab
  旋转3D桌面 = Ctrl + Alt + 左/右箭头(也可以把鼠标放在标题栏或桌面使用滚轮切换)
  旋转3D桌面(活动窗口跟随) = Ctrl + Shift + Alt + 左/右箭头
  手动旋转3D桌面 = Ctrl + Alt + 左键单击并拖拽桌面空白处
  窗口透明/不透明 = possible with the “transset” utility or Alt + 滚轮
  放大一次 = 超级键 + 右击
  手动放大 = 超级键 + 滚轮向上
  手动缩小 = 超级键 + 滚轮向下
  移动窗口 = Alt + 左键单击
  移动窗口时贴住边框 = 左键开始拖动后再 Ctrl + Alt
  调整窗口大小 = Alt + 中击
  Bring up the window below the top window = Alt + middle-click
  动态效果减速 = Shift + F10
  水纹 = 按住 Ctrl+超级键
  雨点 = Shift-F9
  桌面展开= Ctrl + Alt + 下箭头,然后按住 Ctrl + Alt 和左/右箭头选择桌面Bash Shell 快捷键
  l         :删除从光标到行尾的部分
  l         :删除从光标到行首的部分
  l         :删除从光标到当前单词结尾的部分
  l         :删除从光标到当前单词开头的部分
  l         :将光标移到行首
  l         :将光标移到行尾
  l         :将光标移到当前单词头部
  l         :将光标移到当前单词尾部
  l         :插入最近删除的单词
  l         :重复前一个命令最后的参数。
 Ctrl + a - 跳到行首
  Ctrl + b - 左移一个字符
  Ctrl + c - 终端进程
  Ctrl + d - 从光标处向右删除
  Ctrl + e - 跳到行尾
  Ctrl + f - 右移一个字符
  Ctrl + k - 从光标处删除到行尾
  Ctrl + l - 清屏,类似 clear 命令
  Ctrl + r - 查找历史命令
  Ctrl + R - Search the history backwards with multi occurrence
  Ctrl + u - Delete backward from cursor // 密码输入错误的时候比较有用
  Ctrl + xx - Move between EOL and current cursor position
  Ctrl + x @ - Show possible hostname completions
  Ctrl + z - Suspend/ Stop the command
  补充:
  Ctrl + h - 删除当前字符
  Ctrl + w - 删除最后输入的单词
  终端快捷键:alt+f2然后打gnome-terminal就可以打开终端了
  添加快捷键:系统——首选项——键盘快捷键
  最常用
  win+n切换背景颜色风格
  alt+tab=不用说了。
  win+tab若开3D效果了切换
  ctrl+alt+backspace=相当于强制注销
  ctrl+alt+del=调出关机菜单
  ctrl+alt+l=锁定桌面
  ctrl+alt+d=最小化gnome所有窗口
  ctrl+alt+f2=linux终端用户(alt + f7返回xwindows,alt+ <- 或-> 进行终端切换)
  ctrl+alt+ <- 或-> =切换桌面
  终端快捷键
  tab=补全
  ctrl+a=开始位置
  ctrl+e=最后位置
  ctrl+k=删除此处至末尾所有内容
  ctrl+u=删除此处至开始所有内容
  ctrl+d=删除当前字母
  ctrl+w=删除此处到左边的单词
  ctrl+y=粘贴由ctrl+u,ctrl+d,ctrl+w删除的单词
  ctrl+r=正在测试,还没弄明白,呵呵。
  ctrl+l=相当于clear
  ctrl+b=向回移动
  ctrl+f=向前移动
  ctrl+p=向上显示缓存命令
  ctrl+n=向下显示缓存命令
  ctrl+d=关闭终端
  shift+上或下=终端上下滚动
  shift+pgup或pgdown=终端上下翻页滚动
  ctrl+shift+f=全屏(仅限于konsole)
  ctrl+shift+n=新终端(terminal和konsole有所不同)
  ctrl+c=终止
  以下为桌面的快捷键列表
  打开主菜单 = Alt + F1
  运行 = Alt + F2
  显示桌面 = Ctrl + Alt + d
  最小化当前窗口 = Alt + F9
  最大化当前窗口 = Alt + F10
  关闭当前窗口 = Alt + F4
  截取全屏 = Print Screen
  截取窗口 = Alt + Print Screen
  默认特殊快捷键
  展示所有窗口程序 = F10
  展示当前窗口最上层程序 = F11
  展示当前窗口所有程序 = F12
  切换窗口 = Alt + Tab
  旋转3D桌面 = Ctrl + Alt + 左/右箭头(也可以把鼠标放在标题栏或桌面使用滚轮切换)
  旋转3D桌面(活动窗口跟随) = Ctrl + Shift + Alt + 左/右箭头
  手动旋转3D桌面 = Ctrl + Alt + 左键单击并拖拽桌面空白处
  窗口透明/不透明 = possible with the “transset” utility or Alt + 滚轮
  放大一次 = 超级键 + 右击
  手动放大 = 超级键 + 滚轮向上
  手动缩小 = 超级键 + 滚轮向下
  移动窗口 = Alt + 左键单击
  移动窗口时贴住边框 = 左键开始拖动后再 Ctrl + Alt
  调整窗口大小 = Alt + 中击
  Bring up the window below the top window = Alt + middle-click
  动态效果减速 = Shift + F10
  水纹 = 按住 Ctrl+超级键
  雨点 = Shift-F9
  桌面展开= Ctrl + Alt + 下箭头,然后按住 Ctrl + Alt 和左/右箭头选择桌面

GitHub 加速计划 / term / terminal
94.53 K
8.17 K
下载
The new Windows Terminal and the original Windows console host, all in the same place!
最近提交(Master分支:2 个月前 )
d04381ec "HighContrast" is not a possible requested theme. So `_UpdateBackgroundForMica()` would force the settings UI to be light or dark. To fix this, we just check if we're in high contrast mode and, if so, we don't bother setting the requested theme. 6 天前
e83434ff Turns out that having the styles for the KeyChordText and ParsedCommandLineText be empty for high contrast mode caused the issue. Since we're already using theme resources for the colors, we automatically adjust properly to whatever the high contrast theme is (Thanks XAML!). Bonus points: - we didn't need the theme dictionaries anymore, so I just moved them to the ResourceDictionary directly - ParsedCommandLineTextBlockStyle isn't used. So I removed it altogether. Validated command palette with multiple high contrast themes. See PR thread for demo. Closes #17914 6 天前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐