Jan 15, 2015 Tag: Editor
Collecting knowledge about the SublimeText editor.
Updated on Nov 26, 2018
Navigate this page:
How to transform the selection:
/opt/sublime_text/Packages/Default.sublime-package
as
~/.config/sublime-text-3/Packages/Default
~/.config/sublime-text-3/Packages/Default/transform.py
{
"font_size": 11,
"ignored_packages": ["Vintage"],
"trim_trailing_white_space_on_save": true,
"highlight_line": true,
"caret_extra_width": 2,
"caret_extra_top": 2,
"caret_extra_bottom": 2,
"line_padding_bottom": 1,
"line_padding_top": 1,
"bold_folder_label": true,
}