ubuntu sublime text 3
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"} }
]