zoukankan      html  css  js  c++  java
  • linux -- gedit快捷键

    Shortcuts for tabs:
    Ctrl + Alt + PageDown     Switches to the next tab to the left.
    Ctrl + Alt + PageDown     Switches to the next tab to the right.
    Ctrl + W                                Close tab.
    Ctrl + Shift + L                Save all tabs.
    Ctrl + Shift + W              Close all tabs. 
    Alt + n                                Jump to nth tab.

    Shortcuts for working with files:
    Ctrl + N                  Create a new document.
    Ctrl + O                    Open a document.
    Ctrl + L                  Open a location.
    Ctrl + S                    Save the current document to disk.
    Ctrl + Shift + S    Save the current document with a new filename.
    Ctrl + P                    Print the current document.
    Ctrl + Shift + P    Print preview.
    Ctrl + W                    Close the current document.
    Ctrl + Q                    Quit Gedit.

    Shortcuts for editing documents:
    Ctrl + Z                    Undo the last action.
    Ctrl + Shift + Z    Redo the last undone action .
    Ctrl + X                    Cut the selected text or region and place it on the clipboard.
    Ctrl + C                  Copy the selected text or region onto the clipboard.
    Ctrl + V                    Paste the contents of the clipboard.
    Ctrl + A                    Select all.

    Shortcuts for showing and hiding panes:
    F9                                Show/hide the side pane.
    Ctrl + F9                    Show/hide the bottom pane.

    Shortcuts for searching:

    Ctrl + F                    Find a string.
    Ctrl + G                    Find the next instance of the string.
    Ctrl + Shift + G    Find the previous instance of the string.
    Ctrl + K                    Interactive search.
    Ctrl + H                    Search and replace.
    Ctrl + Shift + K    Clear highlight.
    Ctrl + I                    Goto line.

    Shortcuts for tools:
    Shift + F7                  Check spelling (with plugin).
    Alt + F12                        Remove trailing spaces (with plugin).
    Ctrl + T                        Indent (with plugin).
    Ctrl + Shift + T        Remove Indent (with plugin).
    F8                                  Run "make" in current directory (with plugin).
    Ctrl + Shift + D        Directory listing (with plugin).

    Shortcuts for help:
    F1    Open gedit's user manual.

  • 相关阅读:
    证明LDU分解的唯一性
    SVD图片有损压缩测试
    复数系下常量乘向量的范数
    6.4.2定理证明
    证明2x2正交矩阵专置后还是正交矩阵
    百度地图 ijintui以及七牛、百度编辑器、kindeditor
    安装和使用solr
    Python验证码识别处理实例 深度学习大作业
    lucene之中文分词及其高亮显示
    Elasticsearch报警插件Watch安装以及使用
  • 原文地址:https://www.cnblogs.com/hf8051/p/4505705.html
Copyright © 2011-2022 走看看