1、到官网下载安装包

http://www.sublimetext.com/3

2、附注册码一枚

Sublime Text 3 3126

—– BEGIN LICENSE —–
Alexey Plutalov
Single User License
EA7E-860776
3DC19CC1 134CDF23 504DC871 2DE5CE55
585DC8A6 253BB0D9 637C87A2 D8D0BA85
AAE574AD BA7D6DA9 2B9773F2 324C5DEF
17830A4E FBCF9D1D 182406E9 F883EA87
E585BBA1 2538C270 E2E857C2 194283CA
7234FF9E D0392F93 1D16E021 F1914917
63909E12 203C0169 3F08FFC8 86D06EA8
73DDAEF0 AC559F30 A6A67947 B60104C6
—— END LICENSE ——

3、主题

Soda Theme,安装方法:http://buymeasoda.github.io/soda-theme/

另外,作者还提供了一套 Color Scheme,即 Syntax highlighting colour schemes,下载地址

4、个性化设置

1) 解决 sublime text 总是在新窗口中打开文件的问题,在 Preferences -> Settings –> User 中增加参数

"open_files_in_new_window": false

2) 自动保存,在 Preferences -> Settings –> User 中增加参数

"save_on_focus_lost": true,
"atomic_save": true,

3) 保存时去掉行末空格,在 Preferences -> Settings –> User 中增加参数

"trim_trailing_white_space_on_save": true

4) 显示 空格、Tab字符

"draw_white_space": "all"

用户设置 备份如下:

{
"color_scheme": "Packages/User/Espresso Soda.tmTheme",
"soda_classic_tabs": true,
"theme": "Soda Light 3.sublime-theme", "font_face": "YaHei Consolas Hybrid",
"font_size": 14,
"open_files_in_new_window": false,
"save_on_focus_lost": true,
"atomic_save": true,
"trim_trailing_white_space_on_save": true,
"draw_white_space": "all",
"auto_close_tags": true,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"update_check": false
}

5) 如何隐藏右边的 预览栏 ?

View -> Hide MiniMap

6) 修改快捷键

在 Preferences -> Key Bindings -> 填入内容

// 按住 “control + alt + 向下键” 复制单行

[
{ "keys": ["control+alt+down"], "command": "duplicate_line" }
]

最新文章

  1. xmpp即时通讯的笔记(摘抄)
  2. 使用不同用户对Oracle数据库进行异机恢复,失败,错误:Backup file not found in NetBackup catalog
  3. 【ConnerStone】SVN代码管理 - 基本使用
  4. Android http协议实现文件下载
  5. iOS的沙箱目录和文件操作
  6. CLR C++ Set Word CustomDocumentProperties
  7. 内容提供者 ContentResolver 数据库 示例 -2
  8. Format类及其子类功能和使用方法具体解释
  9. mysql server5.6.28 修改数据目录
  10. Hibernate框架--关联映射,一对多,多对多 inverse cascade
  11. Linux如何让进程在后台运行的三种方法详解
  12. Python生产者producer和consumer消费者案例写法,含有多线程,包含队列queue、JoinableQueue队列的用法
  13. Harbor 搭建
  14. iOS原生项目集成React Native模块
  15. Ubuntu 14.10 下SSH配置
  16. 简单的redis缓存操作(get、put)
  17. trufflesuite/truffle-hdwallet-provider
  18. Java compiler level does not match the version of the installed Java project 问题解决
  19. 【运维技术】CentOS7上从零开始安装LAMP安装织梦DedeCMS教程
  20. vim 将文件从dos格式转换到unix格式

热门文章

  1. struts2案例
  2. 2424: [HAOI2010]订货
  3. Windows Serivce服务实现过程和打包安装
  4. 基于C/S架构的3D对战网络游戏C++框架 _02系统设计(总体设计、概要设计)
  5. 有border和没有border是两回事
  6. SQLite剖析之编程接口详解
  7. 点击弹出li所在的序列号
  8. Android Studio22-NDK-LLDB调试
  9. Javascript读写文件
  10. [转]struts2处理.do后缀的请求