Skip to content

Instantly share code, notes, and snippets.

@PierBover
Created February 7, 2018 19:03
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PierBover/66f3c0084c7602bb91e39a2e99c82657 to your computer and use it in GitHub Desktop.
Save PierBover/66f3c0084c7602bb91e39a2e99c82657 to your computer and use it in GitHub Desktop.
Pier Sublime configs
[
{ "keys": ["super+v"], "command": "paste_and_indent" },
{ "keys": ["super+shift+v"], "command": "paste" },
{ "keys": ["super+alt+down"], "command": "duplicate_lines" },
{ "keys": ["super+alt+up"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"} },
{ "keys": ["alt+space"], "command": "show_overlay", "args": {"overlay": "goto", "show_files": true} },
{ "keys": ["super+shift+a"], "command": "find_all_under" },
{ "keys": ["alt+minus"], "command": "jump_back" },
{ "keys": ["alt+shift+minus"], "command": "jump_forward" },
]
{
"detect_indentation": false,
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"node_modules"
],
"font_size": 16,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"margin": 20,
"scroll_past_end": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": "false"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment