sudo add-apt-repository ppa:webupd8team/sublime-text-3
sudo apt-get update
sudo apt-get install -y sublime-text-installer
package control for sublime text 3
https://packagecontrol.io/installation
D2Coding Font
http://dev.naver.com/projects/d2coding
My Setting
{
"ignored_packages":
[
"Vintage"
]
,"font_face": "D2Coding"
,"font_size": 11
,"tab_size": 4
,"translate_tabs_to_spaces": true
,"highlight_line": true
,"draw_white_space": "all"
,"fallback_encoding": "UTF-8"
,"default_line_ending": "unix"
,"tree_animation_enabled": false
,"animation_enabled": false
,"highlight_modified_tabs": true
,"show_encoding": true
,"show_line_endings": true
,"preview_on_click": false
,"caret_style": "phase"
,"line_padding_top": 2
,"line_padding_bottom": 2
}
BracketHighlighter, ConvertToUTF8, Maven 설치
Preferences -> Key Bindings - User
[
{ "keys": ["ctrl+shift+k"], "command": "find_under_expand" }
,{ "keys": ["ctrl+d"], "command": "run_macro_file", "args": {"file": "Packages/Default/Delete Line.sublime-macro"} }
]
'프로그램 > Linux' 카테고리의 다른 글
ubuntu에 eclipse설치 초간단 방법 (0) | 2015.12.16 |
---|---|
국가별 ip 대역 그리고 방화벽에 추가 (0) | 2015.11.02 |
centos chromium install (0) | 2014.12.23 |
centos root 자동 로그인 (0) | 2014.12.23 |
tomcat service 등록 (0) | 2014.11.03 |