-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
We should probably add some instructions on other things that the user can do to make their ST transition easier.
For example, a quick how-to for installing other skinning packages/color themes
Also, some shortcuts to make it behave more like LC would be good. Example: If we want to have ST re-indent the file,
- Go to Sublime Text->Preferences->Key Bindings
- Paste the following:
{"keys": ["super+enter"], "command": "reindent", "args": {"single_line": false}}
Also, some more regular preferences would be good, for example:
"always_show_minimap_viewport": true,
"auto_complete": false,
"auto_complete_commit_on_tab": true,
"caret_extra_bottom": 1,
"caret_extra_top": 1,
"caret_extra_width": 1,
"caret_style": "blink",
"tab_size": 3,
"trim_trailing_whitespace_on_save": true,
"font_size": 14,
Metadata
Metadata
Assignees
Labels
No labels