码迷,mamicode.com
首页 > 其他好文 > 详细

Sublime Text 3 基本配置详解

时间:2014-11-06 15:06:15      阅读:240      评论:0      收藏:0      [点我收藏+]

标签:sublime text 3   配置   


主要涉及Preferences.sublime-settings文件:

步骤:点击菜单Preferences 下拉选择 设置 用户 一项:

添加以下配置


下面是我的设置

{

 "color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme", //颜色方案

 "font_face":"Droid Sans Mono", //字体

 "font_size":10, //字体大小

 "fade_fold_buttons": false, //是否显示折叠按钮

 "word_wrap":true, //是否自动换行

 "match_tags":true, //

"auto_match_enabled": false, 

"update_check": false, //关闭自动更新检测

"word_wrap": true

 }


设置2

         "match_selection": true,

"match_tags": true,

"word_wrap": true,

         "update_check":false, //关闭自动更新

"caret_style":"phase",//3059光标变得很粗的问题

"caret_extra_bottom":0,

"caret_extra_top":0,

"caret_extra_width":1,

"default_encoding": "UTF-8", //默认编码

"fade_fold_buttons": false,

"font_face": "Droid Sans Mono",

"font_size": 10.5,

"auto_match_enabled": false, //自动补全引号与括号

"highlight_line": true,

"highlight_modified_tabs": true,

"soda_classic_tabs": true,

"soda_folder_icons": true,

"tab_size": 4,

"translate_tabs_to_spaces": true,

"trim_trailing_white_space_on_save": true,

}

本文出自 “hnllyrp” 博客,请务必保留此出处http://hnllyrp.blog.51cto.com/2149641/1572818

Sublime Text 3 基本配置详解

标签:sublime text 3   配置   

原文地址:http://hnllyrp.blog.51cto.com/2149641/1572818

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!