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

    windows                                         mac

    ctrl + L                                         cmd + L                                     //选中一行
    ctrl+shift+k                                 cmd + shift + k                           //删除一行
    ctrl + H                                       option + cmd + f                         //替换
    crtl + k + b                                 cmd + k + b                                //开关侧边栏
    ctrl + shift + enter                      cmd + shift + enter                     //当前行前插入一行
    ctrl + enter                                 cmd + enter                               //当前行后插入一行
    ctrl + k + k                                 cmd + k + k                               //光标处删除至行尾
    ctrl + k + delete                         cmd + k + delete                        //光标处删除至行首
    ctrl + shift + ←或→                     cmd + shift + ←或→                   //快速向前/向后选中
    ctrl + shift + ↑↓                           cmd + shift + ↑↓                         //当前行向上/向下移动
    ctrl + shift + d                            cmd + shift + d                          //复制当前行到上一行
    ctrl + shift + m                           cmd + shift + m                        //选中花括号中的全部内容,不包括花括号
    ctrl + shift + a                            cmd + shift + a                         //选中标签内的内容不包括标签,继续按会继续往上一层选择,可利用这个功能实时结构预览
    ctrl + shift + [                            cmd + shift + [                          //折叠代码
    ctrl + shift + ]                            cmd + shift + ]                          //展开代码

  • 相关阅读:
    四色定理+dfs(poj 1129)
    栈的应用:表达式求值运算
    多重背包 (poj 1014)
    poj 1080 (LCS变形)
    KMP算法(快速模式匹配)
    贪心+构造( Codeforces Round #344 (Div. 2))
    JavaScript Ajax
    Canvas绘图
    TCP/IP协议
    移动端click事件延迟300ms到底是怎么回事,该如何解决?
  • 原文地址:https://www.cnblogs.com/mengff/p/5502633.html
Copyright © 2011-2022 走看看