|
1 | 1 | [
|
2 | 2 | {
|
3 |
| - "caption": "Preferences: Terminal Settings – Default", |
4 |
| - "command": "open_file", |
| 3 | + "caption": "Preferences: Terminal Settings", |
| 4 | + "command": "edit_settings", |
5 | 5 | "args": {
|
6 |
| - "file": "${packages}/Terminal/Terminal.sublime-settings" |
| 6 | + "base_file": "${packages}/Terminal/Terminal.sublime-settings", |
| 7 | + "default": "// Terminal Settings - User\n{\n\t$0\n}\n", |
7 | 8 | }
|
8 | 9 | },
|
9 | 10 | {
|
10 |
| - "caption": "Preferences: Terminal Settings – User", |
11 |
| - "command": "open_file", |
| 11 | + "caption": "Preferences: Terminal OS Specific Settings", |
| 12 | + "command": "edit_settings", |
12 | 13 | "args": {
|
13 |
| - "file": "${packages}/User/Terminal.sublime-settings" |
| 14 | + "base_file": "${packages}/Terminal/Terminal.sublime-settings", |
| 15 | + "user_file": "${packages}/User/Terminal ($platform).sublime-settings", |
| 16 | + "default": "// Terminal OS Specific Settings - User\n{\n\t$0\n}\n" |
14 | 17 | }
|
15 | 18 | },
|
16 | 19 | {
|
17 |
| - "caption": "Preferences: Terminal Key Bindings – Default", |
18 |
| - "command": "open_file", |
| 20 | + "caption": "Preferences: Terminal Key Bindings", |
| 21 | + "command": "edit_settings", |
19 | 22 | "args": {
|
20 |
| - "file": "${packages}/Terminal/Default (Windows).sublime-keymap", |
21 |
| - "platform": "Windows" |
22 |
| - } |
23 |
| - }, |
24 |
| - { |
25 |
| - "caption": "Preferences: Terminal Key Bindings – Default", |
26 |
| - "command": "open_file", |
27 |
| - "args": { |
28 |
| - "file": "${packages}/Terminal/Default (OSX).sublime-keymap", |
29 |
| - "platform": "OSX" |
30 |
| - } |
31 |
| - }, |
32 |
| - { |
33 |
| - "caption": "Preferences: Terminal Key Bindings – Default", |
34 |
| - "command": "open_file", |
35 |
| - "args": { |
36 |
| - "file": "${packages}/Terminal/Default (Linux).sublime-keymap", |
37 |
| - "platform": "Linux" |
38 |
| - } |
39 |
| - }, |
40 |
| - { |
41 |
| - "caption": "Preferences: Terminal Key Bindings – User", |
42 |
| - "command": "open_file", |
43 |
| - "args": { |
44 |
| - "file": "${packages}/User/Default (Windows).sublime-keymap", |
45 |
| - "platform": "Windows" |
46 |
| - } |
47 |
| - }, |
48 |
| - { |
49 |
| - "caption": "Preferences: Terminal Key Bindings – User", |
50 |
| - "command": "open_file", |
51 |
| - "args": { |
52 |
| - "file": "${packages}/User/Default (OSX).sublime-keymap", |
53 |
| - "platform": "OSX" |
54 |
| - } |
55 |
| - }, |
56 |
| - { |
57 |
| - "caption": "Preferences: Terminal Key Bindings – User", |
58 |
| - "command": "open_file", |
59 |
| - "args": { |
60 |
| - "file": "${packages}/User/Default (Linux).sublime-keymap", |
61 |
| - "platform": "Linux" |
| 23 | + "base_file": "${packages}/Terminal/Default ($platform).sublime-keymap", |
| 24 | + "default": "[\n\t$0\n]\n" |
62 | 25 | }
|
63 | 26 | },
|
64 | 27 | {
|
|
0 commit comments