Skip to content

Instantly share code, notes, and snippets.

@ahnbizcad
Last active October 7, 2015 22:05
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 ahnbizcad/99ea994a750a617c56db to your computer and use it in GitHub Desktop.
Save ahnbizcad/99ea994a750a617c56db to your computer and use it in GitHub Desktop.
SublimeText Profile
[
{ "keys": ["super+t"], "command": "new_file" },
// tab in order, not last used
{ "keys": ["ctrl+tab"], "command": "next_view" },
{ "keys": ["ctrl+shift+tab"], "command": "prev_view" },
// paste with indentation intact
{ "keys": ["super+v"], "command": "paste_and_indent" },
{ "keys": ["super+shift+v"], "command": "paste" },
{ "keys": ["ctrl+shift+d"], "command": "delete_trailing_spaces" }
]
{
"in_process_packages":
[
],
"installed_packages":
[
"Package Control",
"SideBarEnhancements",
"BracketHighlighter",
"Babel",
"Pretty JSON",
"ReactJS",
"Ruby Slim",
"Xdebug Client"
]
}
{
"font_size": 12,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"ignored_packages":
[
"Vintage"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment