zoukankan      html  css  js  c++  java
  • Atom的常用快捷键

    生成html5                                             “html+tab”


    重新另起一行                               “ctrl+enter”


    跳到该行最后              end


    跳到该行最前              home


    html打开浏览器           ctrl+shift+q  (安装open-html-in-browser 运行之后打开设置-快捷键绑定- 用户键盘映射 添加安装文档中的代码)


    另存为                ctrl+shift+S


    光驱选中              shift+方向键


    对该行进行          上下移动 ctrl+方向键


    添加文件夹项目            ctrl+shift+A


    注释                  Ctrl + /


    打开chrome调试工具         Ctrl + Alt + I (atom是一个webapp类型的软件 javascript语言能很好的支持)

    增加缩进                Ctrl + [


    减少缩进                Ctrl + ]


    切换编辑的标签页           Ctrl + Tab


    打开上一次关闭的页面          Ctrl + Shift + T

  • 相关阅读:
    iOS开源控件库收集
    Ruby中的几种除法
    Font
    PlaySound
    STL
    APIs
    cin and cout
    CreateWindow
    Introducing Direct2D
    VC 常用代码
  • 原文地址:https://www.cnblogs.com/chentanyueying/p/8073759.html
Copyright © 2011-2022 走看看