Skip to content

Commit

Permalink
Updated sublime config
Browse files Browse the repository at this point in the history
  • Loading branch information
KELiON committed Jun 27, 2017
1 parent e5d783d commit ead04c2
Show file tree
Hide file tree
Showing 21 changed files with 56 additions and 98 deletions.
Empty file modified sublime/User/Default (OSX).sublime-keymap
100644 → 100755
Empty file.
49 changes: 17 additions & 32 deletions sublime/User/EasyDiff/Context.sublime-menu
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,40 +1,23 @@

[
{ "caption": "-"},
{
"caption": "EasyDiff",
"children":
[
{ "caption": "-" },
{
"caption": "EasyDiff Set Left Side",
"children":
[
{
"caption": "View",
"command": "easy_diff_set_left"
},
{
"caption": "Clipboard",
"command": "easy_diff_set_left_clipboard"
},
{
"caption": "Selection",
"command": "easy_diff_set_left_selection"
}
]
"command": "easy_diff_set_left"
},
{
"caption": "EasyDiff Compare with \"...\"",
"children":
[
{
"caption": "View",
"command": "easy_diff_compare_both_view"
},
{
"caption": "Clipboard",
"command": "easy_diff_compare_both_clipboard"
},
{
"caption": "Selection",
"command": "easy_diff_compare_both_selection"
}
]
"command": "easy_diff_compare_both"
},
{
"command": "easy_diff_compare_both",
"args": {"clipboard": true}
},
{
"command": "easy_diff_mru_compare"
},

{
Expand Down Expand Up @@ -95,4 +78,6 @@


{ "caption": "-"}
]
}
]
47 changes: 19 additions & 28 deletions sublime/User/EasyDiff/Side Bar.sublime-menu
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,36 +1,25 @@

[
{ "caption": "-"},
{
"caption": "EasyDiff",
"children":
[
{ "caption": "-" },
{
"caption": "EasyDiff Set Left Side",
"children":
[
{
"caption": "View",
"command": "easy_diff_set_left",
"args": {"paths": []}
},
{
"caption": "Clipboard",
"command": "easy_diff_set_left_clipboard",
"args": {"paths": []}
}
]
"command": "easy_diff_set_left",
"args": {"paths": []}
},
{
"caption": "EasyDiff Compare with \"...\"",
"children":
[
{
"caption": "View",
"command": "easy_diff_compare_both_view",
"args": {"paths": []}
},
{
"caption": "Clipboard",
"command": "easy_diff_compare_both_clipboard",
"args": {"paths": []}
}
]
"command": "easy_diff_compare_both",
"args": {"paths": []}
},
{
"command": "easy_diff_compare_both",
"args": {"clipboard": true, "paths": []}
},
{
"command": "easy_diff_mru_compare"
},

{
Expand Down Expand Up @@ -94,4 +83,6 @@


{ "caption": "-"}
]
}
]
57 changes: 19 additions & 38 deletions sublime/User/EasyDiff/Tab Context.sublime-menu
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,46 +1,25 @@

[
{ "caption": "-"},
{
"caption": "EasyDiff",
"children":
[
{ "caption": "-" },
{
"caption": "EasyDiff Set Left Side",
"children":
[
{
"caption": "View",
"command": "easy_diff_set_left",
"args": {"group": -1, "index": -1}
},
{
"caption": "Clipboard",
"command": "easy_diff_set_left_clipboard",
"args": {"group": -1, "index": -1}
},
{
"caption": "Selection",
"command": "easy_diff_set_left_selection",
"args": {"group": -1, "index": -1}
}
]
"command": "easy_diff_set_left",
"args": {"group": -1, "index": -1}
},
{
"caption": "EasyDiff Compare with \"...\"",
"children":
[
{
"caption": "View",
"command": "easy_diff_compare_both_view",
"args": {"group": -1, "index": -1}
},
{
"caption": "Clipboard",
"command": "easy_diff_compare_both_clipboard",
"args": {"group": -1, "index": -1}
},
{
"caption": "Selection",
"command": "easy_diff_compare_both_selection",
"args": {"group": -1, "index": -1}
}
]
"command": "easy_diff_compare_both",
"args": {"group": -1, "index": -1}
},
{
"command": "easy_diff_compare_both",
"args": {"clipboard": true, "group": -1, "index": -1}
},
{
"command": "easy_diff_mru_compare",
},

{
Expand Down Expand Up @@ -104,4 +83,6 @@


{ "caption": "-"}
]
}
]
Empty file modified sublime/User/Espresso Soda (SL).tmTheme
100644 → 100755
Empty file.
Empty file modified sublime/User/Espresso Soda.tmTheme
100644 → 100755
Empty file.
Empty file modified sublime/User/Monokai (SL).tmTheme
100644 → 100755
Empty file.
Empty file modified sublime/User/Monokai Soda (SL).tmTheme
100644 → 100755
Empty file.
Empty file modified sublime/User/Monokai Soda.tmTheme
100644 → 100755
Empty file.
Empty file.
Empty file.
Empty file modified sublime/User/Package Control.last-run
100644 → 100755
Empty file.
1 change: 1 addition & 0 deletions sublime/User/Package Control.sublime-settings
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"bootstrapped": true,
"installed_packages":
[
"AdvancedNewFile",
Expand Down
Empty file modified sublime/User/Package Control.system-ca-bundle
100644 → 100755
Empty file.
Empty file modified sublime/User/Preferences.sublime-settings
100644 → 100755
Empty file.
Empty file modified sublime/User/Ruby Haml.sublime-settings
100644 → 100755
Empty file.
Empty file modified sublime/User/Sass.sublime-settings
100644 → 100755
Empty file.
Empty file modified sublime/User/Side Bar.sublime-settings
100644 → 100755
Empty file.
Empty file modified sublime/User/SublimeLinter.sublime-settings
100644 → 100755
Empty file.
Empty file modified sublime/User/Tomorrow-Night (SL).tmTheme
100644 → 100755
Empty file.
Empty file modified sublime/User/bh_unicode_properties.cache
100644 → 100755
Empty file.

0 comments on commit ead04c2

Please sign in to comment.