Giter VIP home page Giter VIP logo

su-javascript30's People

Contributors

leotian avatar sulihuang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

shortxiong

su-javascript30's Issues

aa

[

    {
        "keys": ["ctrl+alt+c"],
        "command": "view_in_browser",
        "args": {
            "browser": "chrome"
        }
    }, {
        "keys": ["super+shift+l"],
        "command": "format_javascript"
    }, {
        "keys": ["super+shift+j"],
        "command": "js_format"
    }, {
        "keys": [
            "ctrl+e"
        ],
        "args": {
            "action": "expand_abbreviation"
        },
        "command": "run_emmet_action",
        "context": [{
            "key": "emmet_action_enabled.expand_abbreviation"
        }]
    }, {
        "keys": ["tab"],
        "command": "expand_abbreviation_by_tab",
        "context": [{
            "operand": "source.js",
            "operator": "equal",
            "match_all": true,
            "key": "selector"
        }, {
            "key": "preceding_text",
            "operator": "regex_contains",
            "operand": "(\\b(a\\b|div|span|p\\b|button)(\\.\\w*|>\\w*)?([^}]*?}$)?)",
            "match_all": true
        }, {
            "key": "selection_empty",
            "operator": "equal",
            "operand": true,
            "match_all": true
        }]
    }
]

a

#alias
alias cls='clear'
alias ll='ls -l'
alias la='ls -a'
alias vi='vim'
alias no4='nvm use 4'
alias no6='nvm use 6'
alias no7='nvm use 7'
alias javac="javac -J-Dfile.encoding=utf8"
alias grep="grep --color=auto"
alias -s html=subl # 在命令行直接输入后缀为 html 的文件名,会在 TextMate 中打开
alias -s rb=subl # 在命令行直接输入 ruby 文件,会在 TextMate 中打开
alias -s py=subl # 在命令行直接输入 python 文件,会用 vim 中打开,以下类似
alias -s js=subl
alias -s c=subl
alias -s java=subl
alias -s txt=subl
alias -s gz='tar -xzvf'
alias -s tgz='tar -xzvf'
alias -s zip='unzip'
alias -s bz2='tar -xjvf'
alias pc="proxychains4"
alias bsy=browser-sync

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.