subline 的常用命令

zsh 配置

编辑zsh 命令

vim .zshrc

  

alias subl="/Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl"

配置生效

source .zshrc

 运行命令 ,试一下

 subl .

 

安装package

shift+ command+ p

在弹出窗输入   install  关键字,回车安装包

subline 常用包

1、 Git  

2、HTML-CSS-JS Prettify

3、 JavaScript & NodeJS Snippets

4、Terminal

查看subline已安装的包 

shift+ command+ p

在弹出窗输入   list p  关键字,回车安装包

 

如上图所示,输入html进入HTML-CSS-JS Prettify 打开文件的安装位置

 

posted on 2016-07-18 16:40  shenggen  阅读(302)  评论(0编辑  收藏  举报

导航