Skip to content

Instantly share code, notes, and snippets.

@saurindashadia
Last active May 27, 2018 04:03
Show Gist options
  • Save saurindashadia/c86c1e24d15ae687ebcbbb216ad1d415 to your computer and use it in GitHub Desktop.
Save saurindashadia/c86c1e24d15ae687ebcbbb216ad1d415 to your computer and use it in GitHub Desktop.
Sublime setup list
Install package manager:
https://packagecontrol.io/installation
Install Sublime SFTP:
https://wbond.net/sublime_packages/sftp/installation
Setup Config for Syntax Specific (Prefenrence->Settings - Syntax Specific):
(Include $ in double click selection)
{
"word_separators": "./\\()\"'-:,.;<>~!@#%^&*|+=[]{}`~?",
}
Setup keybindings for key bindings (Prefenrence->Key Bindings):
[
{ "keys": ["ctrl+d"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"} },
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment