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

  • 相关阅读:
    程序员开发工作之算法和架构
    iOS开发学习概述及知识整理
    git基本技巧及进阶
    使用命令行工具运行Xcode 7 UI Tests
    技巧集锦2
    Xcode开发小问题集锦
    Xcode 7如何 免费 真机调试iOS应用
    常用shell script 珍藏
    多线程学习7--CountDownLatch
    学习多线程6---栅栏
  • 原文地址:https://www.cnblogs.com/mengff/p/5502633.html
Copyright © 2020-2023  润新知