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

  • 相关阅读:
    go爬虫
    node简单爬虫request简单运用
    Centos7.4安装Mysql5.6
    HTML本地资源读取!
    node-request模块
    react中使用AntDesign库 --- babel-plugin-import 配置
    Django 模型(数据库)
    TypeScript--安装依赖,vscode配置ts自动转换成js文件
    python爬虫
    nodejs爬虫简单实现
  • 原文地址:https://www.cnblogs.com/mengff/p/5502633.html
Copyright © 2011-2022 走看看