Skip to content

Instantly share code, notes, and snippets.

@Fridus
Created December 4, 2013 09:46
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 Fridus/7784940 to your computer and use it in GitHub Desktop.
Save Fridus/7784940 to your computer and use it in GitHub Desktop.
Sublime Text Config
[
{ "keys": ["super+alt+f"], "command": "show_overlay", "args": {"overlay": "goto", "text": "@"} },
{ "keys": ["super+r"], "command": "show_panel", "args": {"panel": "replace"} },
{ "keys": ["super+alt+n"], "command": "clone_file" },
{ "keys": ["ctrl+t"], "command": "side_bar_new_file2" },
{ "keys": ["f2"], "command": "side_bar_rename" },
{ "keys": ["ctrl+alt+f"], "command": "side_bar_find_files_path_containing" },
{ "keys": ["super+shift+h"], "command": "encode_html_entities" }
]
- Trailling Spaces
- sidebar enhancements
- gitGutter
{
"bold_folder_labels": true,
"caret_style": "phase",
"draw_white_space": "all",
"fade_fold_buttons": false,
"font_size": 15.0,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"open_files_in_new_window": false,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment