Skip to content

Instantly share code, notes, and snippets.

@PseudoSky
Created June 15, 2016 19:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PseudoSky/6273fcde567cd5dc881092a567eb2851 to your computer and use it in GitHub Desktop.
Save PseudoSky/6273fcde567cd5dc881092a567eb2851 to your computer and use it in GitHub Desktop.
Sublime
[
{
"args": null,
"command": "lower_case"
}
]
[
{
"args":
{
"to": "line"
},
"command": "expand_selection"
},
{
"args":
{
"by": "characters",
"extend": true,
"forward": false
},
"command": "move"
},
{
"args": null,
"command": "copy"
},
{
"args":
{
"by": "characters",
"forward": true
},
"command": "move"
},
{
"args":
{
"characters": "\n"
},
"command": "insert"
},
{
"command": "paste_and_indent"
}
]
Pretty JSON
SublimeLiner
SideBarEnhancements
SublimeLinet-jshint
HTML-CSS-JS Prettify
GitGutter
Angular Material Snippets
[
{
"args": null,
"command": "swap_case"
}
]
[
{
"args": null,
"command": "select_all"
},
{
"args":
{
"single_line": true
},
"command": "reindent"
}
]
[
{
"args":
{
"case_sensitive": false
},
"command": "sort_lines"
}
]
[
{
"args": null,
"command": "swap_case"
}
]
[
{
"args": null,
"command": "swap_line_down"
}
]
[
{
"args": null,
"command": "swap_line_up"
}
]
[
{
"args":
{
"operation": "reverse"
},
"command": "permute_selection"
}
]
[
{
"args": null,
"command": "upper_case"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment