Last active
May 27, 2018 04:03
-
-
Save saurindashadia/c86c1e24d15ae687ebcbbb216ad1d415 to your computer and use it in GitHub Desktop.
Sublime setup list
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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