欢迎大家关注笔者,你的关注是我持续更博的最大动力


原创文章,转载告知,盗版必究



我测试的系统版本为:Ubuntu16.04


1 Ubuntu创建多个工作桌面

1.1 Ubuntu开启多工作桌面

1、可以按Win + a搜索系统设置System Settings或者直接打开系统设置,然后找到:Appearance然后在Behavior中把Enable workspace勾选上即可!勾选上后可以在左侧侧边栏看到一个四方格,就代表四个桌面,如下图所示
在这里插入图片描述
1、点击左侧侧边栏的四方格,如下图,同时你也可以在不同的工作桌面图动应用窗口

在这里插入图片描述

1.2 Ubuntu切换工作桌面快捷键

由于我目前知道这种方式只能创建四个工作桌面,切换工作桌面的快捷键为:

  • Ctrl + Alt + ->:向右切换工作桌面

  • Ctrl + Alt + <-:向左切换工作桌面

  • Ctrl + Alt + 向上箭头:向上切换工作桌面

  • Ctrl + Alt + 向下箭头:向下切换工作桌面

2 Ubuntu在同一桌面上进行分屏幕操作

1、Ubuntu上好像只可以二分之一分屏(没有四分之一分屏),分屏的效果如下图:
在这里插入图片描述

2、分屏快捷键

  • 窗口停靠左半边:Ctrl + Win + <-
  • 窗口停靠右半边:Ctrl + Win + ->

3 Terminal分屏

1、Terminal同一窗口开多个命令窗口

  • Ctrl + Shift + T:开启多个命令窗口
  • Ctrl + Shift + W:关闭子窗口
  • Ctr + Alt + T: 创建一个新的Terminal窗口
  • Ctrl + Shift + Q:关闭整个Terminal窗口

在这里插入图片描述

4 下载终端terminator的使用

上面介绍的是Ubuntu自带的终端的使用

1、下载

sudo apt-get install terminator

2、常用快捷键(参考

  • Ctrl+Shift+E: 垂直分割窗口
  • Ctrl+Shift+O: 水平分割窗口
  • Ctrl+Shift+W:关闭分割的子窗口
  • F11: 全屏,再按一次F11取消全屏
  • Ctrl+Shift+C: 复制
  • Ctrl+Shift+V: 粘贴
  • Ctr1l+Shift+N : 或者Ctrl+Tab `在分割的各窗口之间切换
  • Ctrl+Shift+X `: 将分割的某一个窗口放大至全屏使用
  • Ctrl+Shift+Z `: 从放大至全屏的某一窗口回到多窗格界面
  • Ctrl+Shift+上 或 下 或 左 或右:调节每一个子窗口的大小

下面是创建的窗口,大家可以看出来是比自带的terminal好用的!
在这里插入图片描述

windows上安装Terminator


在这里插入图片描述




在这里插入图片描述
♠ ⊕ ♠ ⊕ ♠ ⊕ ♠ ⊕ ♠ ⊕ ♠ ⊕ ♠ ⊕ ♠ ⊕ ♠ ⊕ ♠ ⊕ ♠ ⊕ ♠ ⊕ ♠ ⊕ ♠ ⊕ ♠ ⊕ ♠ ⊕ ♠ ⊕ ♠ ⊕ ♠ ⊕ ♠ ⊕ ♠ ⊕ ♠ ⊕ ♠ ⊕ ♠ ⊕ ♠ ⊕ ♠ ⊕ ♠ ⊕ ♠ ⊕ ♠ ⊕ ♠ ⊕ ♠

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. 8 天前
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 8 天前
Logo

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

更多推荐