zoukankan      html  css  js  c++  java
  • terminator

    terminator 能够实现linux 终端的分屏显示。

    安装

    sudo add-apt-repository ppa:gnome-terminator
    sudoapt-get update
    sudo apt-get install terminator
    

    使用

    Ctrl+Shift+O 水平分割终端(分成上下两个窗口)
    Ctrl+Shift+E 垂直分割终端(分成左右两个窗口)
    Ctrl+Shift+W 关闭当前终端 
    Ctrl+Shift+X 放大(还原)当前终端 
    F11 全屏 
    Ctrl+Shift+G 清屏 
    Ctrl+Shift+Right/Left 在垂直分割的终端中将分割条向右/左移动 
    Ctrl+Shift+S 隐藏/显示滚动条 
    Ctrl+Shift+Q 关闭所有终端(退出程序)
    
  • 相关阅读:
    Python字符串
    ListCtrl控件
    leetcode1004
    leetcode1003
    leetcode1002
    leetcode153
    leetcode540
    leetcode435
    leetcode999
    leetcode997
  • 原文地址:https://www.cnblogs.com/chay/p/11439195.html
Copyright © 2011-2022 走看看