Skip to content

Instantly share code, notes, and snippets.

@yairEO
Last active September 26, 2016 09:27
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 yairEO/7468454 to your computer and use it in GitHub Desktop.
Save yairEO/7468454 to your computer and use it in GitHub Desktop.
Sublime3 key settings
[
{ "keys": ["ctrl+x"], "command": "cut" },
{ "keys": ["ctrl+d"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"} },
{ "keys": ["ctrl+shift+s"], "command": "reveal_in_side_bar"},
{
"keys": ["ctrl+alt+a"], "command": "align_tab",
"args" : {"user_input" : ":/f"}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment