Linux下的terminal多窗口
背景
应用开发时,在shell终端中需要涉及三个窗口的切换。如果能将屏幕分隔成多块就最方便了。
初体验
Terminator
terminator可以在一个窗口中打开多个终端,同时也支持多个窗口。
安装:sudo apt-get install terminator
终端快捷键
col1 | col2 | col3 |
---|---|---|
Ctrl+Shift+E | 垂直分割窗口 (vertical) | |
Ctrl+Shift+O | 水平分割窗口 (horizontal) | |
F11 | 全屏 | |
Ctrl+Shift+C | 复制 | |
Ctrl+Shift+V | 粘贴 | |
Ctrl+Shift+N | 或者 Ctrl+Tab 在分割的各窗口之间切换 | |
Ctrl+Shift+P | 或者 Ctrl+Tab 在分割的各窗口之间切换 | |
Ctrl+Shift+X | 将分割的某一个窗口放大至全屏使用 | |
Ctrl+Shift+Z | 从放大至全屏的某一窗口回到多窗格界面 | |
Ctrl+Shift+↑ | 向上移动分隔线 | |
Ctrl+Shift+↓ | 向下移动分隔线 | |
Ctrl+Shift+→ | 向右移动分隔线 | |
Ctrl+Shift+← | 向左移动分隔线 | |
Ctrl+Shift+S | 隐藏/显示滚动条 | |
Ctrl+Shift+F | 在终端滚动范围中搜索 | |
Ctrl+Shift+T | 启动新窗口 | |
Ctrl+Shift+I | 启动新标签页 | |
Ctrl+Shift+PageDown | 移动至下一个标签页 |