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 + ]                          //展开代码

  • 相关阅读:
    用Python查找数组中出现奇数次的那个数字
    python之路--MySQL多表查询
    python之路--MySQl单表查询
    python之路--MySQL 库,表的详细操作
    python之路--MySQL数据库初识
    python之路--线程的其他方法
    python之路--关于线程的一些方法
    python之路--管道, 事件, 信号量, 进程池
    python之路--进程内容补充
    python之路--操作系统介绍,进程的创建
  • 原文地址:https://www.cnblogs.com/mengff/p/5502633.html
Copyright © 2011-2022 走看看