美文网首页
sublime tutor

sublime tutor

作者: 贝尔微微 | 来源:发表于2017-07-13 13:46 被阅读37次

    Goto Anything

    Ctrl + P

    Editing text

    • Goto Anything - Ctrl + P
    • Goto Symbol - Ctrl + R
    • Goto Line number - Ctrl + G
    • Insert line before - Ctrl + Shift + Return
    • Insert line after - Ctrl + Return
    • Delete to beginning of the line - Ctrl + Shift + Backspace
    • Delete to end of the line - Ctrl + K K
    • Delete a line - Ctrl + Shift + K
    • Cut a line - Ctrl + X
    • Soft undo - Ctrl + U
    • Soft redo - Ctrl + Shift + U
    • Lower case - Ctrl + K, Ctrl + L
    • Upper case - Ctrl + K, Ctrl + U
    • Join two lines - Ctrl + J
    • Bubble the line up - Ctrl + Shift + Up
    • Bubble the line down - Ctrl + Shift + Down
    • Sort lines - F9
    • Sort lines Case Sensitive - Ctrl + F9
    • Duplicate a line - Ctrl + Shift + D
    • Indent - Ctrl + ]
    • Unindent - Ctrl + [
    • Toggle comments - Ctrl + /
    • Close an HTML tag - Alt + .
    • Wrap lines at ruler position - Alt + Q
    • Transpose - Ctrl + T

    Multiple cursors
    Multiple cursors - Ctrl key with the left mouse button
    Multiple selection Shift + (up|down|left|right)

    Column selection using mouse - Shift + right click and drag
    Keyboard shortcut - Ctrl + Alt + Up or Ctrl + Alt + Down
    Split block of text selection into multiple lines

    While you use Ctrl + D to select multiple occurrences of a word, if there is
    a word that you don't want to select, use Ctrl + K followed by Ctrl + D to skip
    Selecting lines Shortcut - Ctrl + L

    Selecting content between the brackets Shortcut - Ctrl + Shift + M
    Expand selection to indentation Ctrl + Shift + J
    Expand selection to scope Shortcut - Ctrl + Shift + Space
    Search symbol in project Shortcut - Ctrl + Shift + R
    Goto definition Shortcut - F12
    Goto beginning of a line Shortcut - Home
    Goto end of a line Shortcut - End
    Goto matching bracket Shortcut - Ctrl + M
    查看光标移动历史

    • Jump back in history - Alt + -
    • Jump forward in history - Alt + Shift + -
      Code folding / unfolding

    FOUND

    • Find - Ctrl + F
    • Find next - F3
    • Find previous - Shift + F3
    • Find all - Alt + F3 or Alt + Return when find panel is open
      Use selection to find Shortcut - Ctrl + E
      Incremental find
    • Incremental find - Ctrl + I (pressing again would find next)
    • Incremental find previous - Ctrl + Shift + I
      Ctrl + F3 Ctrl + F3
      Find in project Shortcut - Ctrl + Shift + F

    相关文章

      网友评论

          本文标题:sublime tutor

          本文链接:https://www.haomeiwen.com/subject/rbqwhxtx.html