zoukankan      html  css  js  c++  java
  • sublime 快键

    Keyboard Shortcuts - Windows/Linux

    Warning

    This topic is a draft and may contain wrong information.

    Editing

    KeypressCommand
    Ctrl + X Cut line
    Ctrl + ↩ Insert line after
    Ctrl + ⇧ + ↩ Insert line before
    Ctrl + ⇧ + ↑ Move line/selection up
    Ctrl + ⇧ + ↓ Move line/selection down
    Ctrl + L Select line - Repeat to select next lines
    Ctrl + D Select word - Repeat select others occurrences
    Ctrl + M Jump to closing parentheses Repeat to jump to opening parentheses
    Ctrl + ⇧ + M Select all contents of the current parentheses
    Ctrl + ⇧ + K Delete Line
    Ctrl + KK Delete from cursor to end of line
    Ctrl + K + ⌫ Delete from cursor to start of line
    Ctrl + ] Indent current line(s)
    Ctrl + [ Un-indent current line(s)
    Ctrl + ⇧ + D Duplicate line(s)
    Ctrl + J Join line below to the end of the current line
    Ctrl + / Comment/un-comment current line
    Ctrl + ⇧ + / Block comment current selection
    Ctrl + Y Redo, or repeat last keyboard shortcut command
    Ctrl + ⇧ + V Paste and indent correctly
    Ctrl + Space Select next auto-complete suggestion
    Ctrl + U soft undo; jumps to your last change before undoing change when repeated
    Alt + ⇧ + W Wrap Selection in html tag
    Alt + . Close current html tag

    Windows

    Ctrl + Alt + Up Column selection up
    Ctrl + Alt + Down Column selection down

    Linux

    Alt + ⇧ + Up Column selection up
    Alt + ⇧ + Down Column selection down

    General

    KeypressCommand
    Ctrl + ⇧ + P Command prompt
    Ctrl + KB Toggle side bar
    Ctrl + ⇧ + Alt + P Show scope in status bar

    Find/Replace

    KeypressCommand
    Ctrl + F Find
    Ctrl + H Replace
    Ctrl + ⇧ + F Find in files

    Tabs

    KeypressCommand
    Ctrl + ⇧ + t Open last closed tab
    Ctrl + PgUp Cycle up through tabs
    Ctrl + PgDn Cycle down through tabs
    Ctrl + ⇆ Find in files
    Ctrl + W Close current tab
    Alt + [NUM] Switch to tab number [NUM] where [NUM] <= number of tabs

    Split window

    KeypressCommand
    Alt + ⇧ + 1 Revert view to single column
    Alt + ⇧ + 2 Split view into two columns
    Alt + ⇧ + 3 Split view into three columns
    Alt + ⇧ + 4 Split view into four columns
    Alt + ⇧ + 5 Set view to grid (4 groups)
    Alt + ⇧ + 8 Split view into two rows
    Ctrl + [NUM] Jump to group where num is 1-4
    Ctrl + ⇧ + [NUM] Move file to specified group where num is 1-4

    Bookmarks

    KeypressCommand
    Ctrl + F2 Toggle bookmark
    F2 Next bookmark
    ⇧ + F2 Previous bookmark
    Ctrl + ⇧ + F2 Clear bookmarks

    Text manipulation

    KeypressCommand
    Ctrl + KU Transform to Uppercase
    Ctrl + KL Transform to Lowercase
  • 相关阅读:
    SQL Server数据库中批量替换数据的方法
    js 鼠标移上去弹出层效果
    50个jQuery代码段帮你成为更好的JavaScript开发者
    MSN、腾讯QQ、SKYPE、阿里旺旺网页在线客服源代码
    正则表达式基础知识
    常用邮箱POP3和SMTP服务器汇总
    CS5序列号
    如何使用Oracle SQLDeveloper 中连接MS SQLServer和MySQL数据库
    Silverlight与后台数据库的三种技术实现基本的互操作(转)
    ADO 与ADO.NET
  • 原文地址:https://www.cnblogs.com/winderby/p/5568629.html
Copyright © 2011-2022 走看看