Skip to content

Instantly share code, notes, and snippets.

@patrickmaciel
Created May 15, 2015 14:38
Show Gist options
  • Save patrickmaciel/c70b3fd73f3979c9e5b7 to your computer and use it in GitHub Desktop.
Save patrickmaciel/c70b3fd73f3979c9e5b7 to your computer and use it in GitHub Desktop.
Sublime Text preferences - Old Work
[
{
"keys": ["ctrl+shift+j","ctrl+shift+j"],
"command": "javatar",
"args": {
"action": {
"name": "main"
}
}
},
{ "keys": ["ctrl+shift+f12"], "command": "run_macro_file", "args": {"file": "res://Packages/macros/convert-ident-to-tab.sublime-macro"} },
{ "keys": ["ctrl+f12"], "command": "run_macro_file", "args": {"file": "res://Packages/macros/ident-spaces-reindent.sublime-macro"} },
{ "keys": ["ctrl+shift+o"], "command": "open_terminal" },
{ "keys": ["ctrl+shift+alt+o"], "command": "open_terminal_project_folder" },
{ "keys": ["ctrl+alt+y"], "command": "prompt_insert_nums" },
{ "keys": ["ctrl+shift+alt+y"], "command": "prompt_insert_nums", "args": { "preview": false } },
{ "keys": ["ctrl+n", "ctrl+f"], "command": "advanced_new_file_new"},
{ "keys": ["shift+alt+up"], "command": "select_lines", "args": {"forward": false} },
{ "keys": ["shift+alt+down"], "command": "select_lines", "args": {"forward": true} },
{ "keys": ["shift+alt+enter"], "command": "replace_all", "args": {"close_panel": true},
"context": [{"key": "panel", "operand": "replace"}, {"key": "panel_has_focus"}]
},
{ "keys": ["alt+`"], "command": "toggle_side_bar" },
{ "keys": ["shift+ctrl+i", "f"], "command": "afn_show_filenames",
"context":
[
{ "key": "afn_use_keybinding", "operator": "equal", "operand": true }
]
}
]

ActionScript.sublime-package Haskell.sublime-package Python.sublime-package AppleScript.sublime-package HTML.sublime-package R.sublime-package ASP.sublime-package Java.sublime-package Rails.sublime-package Batch File.sublime-package JavaScript.sublime-package Regular Expressions.sublime-package C#.sublime-package Language - English.sublime-package RestructuredText.sublime-package C++.sublime-package LaTeX.sublime-package Ruby.sublime-package Clojure.sublime-package Lisp.sublime-package Scala.sublime-package Color Scheme - Default.sublime-package Lua.sublime-package ShellScript.sublime-package CSS.sublime-package Makefile.sublime-package SQL.sublime-package D.sublime-package Markdown.sublime-package TCL.sublime-package Default.sublime-package Matlab.sublime-package Text.sublime-package Diff.sublime-package Objective-C.sublime-package Textile.sublime-package Erlang.sublime-package OCaml.sublime-package Theme - Default.sublime-package Go.sublime-package Pascal.sublime-package Vintage.sublime-package Graphviz.sublime-package Perl.sublime-package XML.sublime-package Groovy.sublime-package PHP.sublime-package YAML.sublime-package

1e83b4aa-7f2a-4e82-a6bb-2954ba9ca17a.dmp ColorPicker HTML MySnippets SnippetMaker Theme - Default Autoprefixer CSSLint JSLint phpfmt SublimeFormatSQL ToDone bz2 Default js-snippets php-snippets SublimeLinter TodoReview cakephp-snippets EncodingHelper laravel-blade PyV8 SublimeLinter-phpcs User CodeFormatter global-snippets laravel-snippets Rails SVN WakaTime ColdFusion Grunt macros SFTP Terminal

{
"afn_use_keybinding": true,
"auto_complete_commit_on_tab": true,
"auto_complete_delay": 50,
"auto_complete_selector": "source, text",
"bold_folder_labels": true,
"color_scheme": "Packages/Theme - itg.flat/itg.dark.tmTheme",
"detect_indentation": false,
"detect_slow_plugins": false,
"fade_fold_buttons": false,
"fallback_encoding": "UTF-8",
"font_face": "Source Code Pro",
"font_options": "subpixel_antialias",
"font_size": 13,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"SyncedSideBar",
"Hayaku - tools for writing CSS faster",
"Markdown",
"CSS",
"SublimeLinter-csslint",
"SublimeLinter-phpcs",
"WakaTime",
"SublimeLinter-contrib-jslint",
"SublimeLinter-php",
"Vintage",
"SublimeLinter",
"Javatar",
"JSLint"
],
"itg_sidebar_tree_large": true,
"itg_sidebar_tree_medium": true,
"itg_sidebar_tree_small": true,
"itg_sidebar_tree_xlarge": true,
"itg_sidebar_tree_xsmall": true,
"itg_small_tabs": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"open_files_in_new_window": false,
"rulers":
[
80,
120
],
"show_encoding": true,
"tab_size": 4,
"theme": "itg.flat.dark.sublime-theme",
"translate_tabs_to_spaces": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment