Skip to content

Making the ST Transition Easier #10

@macMikey

Description

@macMikey

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,

  1. Go to Sublime Text->Preferences->Key Bindings
  2. 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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions