美文网首页
Sublime Text3

Sublime Text3

作者: 卖梦想的男孩 | 来源:发表于2016-11-21 23:12 被阅读8次

安装

http://www.sublimetext.com/3

package control

现在已经不需要再拷贝什么命令行执行了,直接

ctrl+shif+p -> instal package control

安装插件

ctrl+shif+p -> instal package control >输入插件名回车

快捷使用

  • 编辑~/.bash_profile 之类的环境变量
alias subl="'/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl'"alias nano="subl"export EDITOR="subl"
  • source ~/.bash_profile
  • 终端中直接输入subl -h

相关文章

网友评论

      本文标题:Sublime Text3

      本文链接:https://www.haomeiwen.com/subject/oiqppttx.html