zoukankan      html  css  js  c++  java
  • SublimeText 3 常见快捷键

     
    ·F12 跳转至预定义
    ·F11 全屏模式
    ·Ctrl+A 本文全选
    ·Ctrl+F 打开底部搜索框,查找关键字。
    ·Ctrl+D 本文件选中光标选中的单词
    ·Ctrl+L 选中光标所在一行
    ·Ctrl+Z 撤销
    ·Ctrl+Y 前进
    ·Ctrl+← 向左单位性地移动光标,快速移动光标。
    ·Ctrl+→ 向右单位性地移动光标,快速移动光标。
    ·shift+↑ 上选中多行。
    ·shift+↓ 下选中多行。
    ·Shift+← 左选中文本。
    ·Shift+→ 右选中文本。
    ·Ctrl+Shift+J 选择至缩进
    ·Ctrl+Shift+A 选择至标签
    ·Ctrl+Shift+M 选择至括号
    ·Ctrl+Shift+[ 选中代码,按下快捷键,折叠代码。
    ·Ctrl+Shift+] 选中代码,按下快捷键,展开代码。
    ·Ctrl+Shift+← 向左单位性地选中文本。
    ·Ctrl+Shift+↑ 将光标所在行和上一行代码互换(将光标所在行插入到上一行之前)。
    ·Ctrl+Shift+↓ 将光标所在行和下一行代码互换(将光标所在行插入到下一行之后)。
    ·Ctrl+Alt+↑ 向上添加多行光标,可同时编辑多行。
    ·Ctrl+Alt+↓ 向下添加多行光标,可同时编辑多行。
  • 相关阅读:
    LintCode "Maximum Gap"
    LintCode "Wood Cut"
    LintCode "Expression Evaluation"
    LintCode "Find Peak Element II"
    LintCode "Remove Node in Binary Search Tree"
    LintCode "Delete Digits"
    LintCode "Binary Representation"
    LeetCode "Game of Life"
    LintCode "Coins in a Line"
    LintCode "Word Break"
  • 原文地址:https://www.cnblogs.com/lucio110/p/11394170.html
Copyright © 2011-2022 走看看