Skip to content

Instantly share code, notes, and snippets.

@dotherightthing
Last active August 18, 2019 05:18
Show Gist options
  • Save dotherightthing/5c44b87f42bd9244d52585d97bf3ae62 to your computer and use it in GitHub Desktop.
Save dotherightthing/5c44b87f42bd9244d52585d97bf3ae62 to your computer and use it in GitHub Desktop.
[Sublime keyboard shortcuts] #code #=

Sublime keyboard shortcuts

Align =

Currently not working

Tools > Command Palette > Package Control: Install Package > Alignment

  • Sublime Text > Preferences > Package Settings > Alignment > Settings > User
{
    // The mid-line characters to align in a multi-line selection, changing
    // this to an empty array will disable mid-line alignment
    "alignment_chars": [
        "=",
        "=>"
    ]
}
  • Sublime Text > Preferences > Package Settings > Alignment > Key Bindings > Default
[
	{ "keys": ["super+ctrl+a"], "command": "alignment" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment