1
1
[
2
- { "keys" : [" ctrl+tab" ], "command" : " next_view" },
3
- { "keys" : [" ctrl+shift+tab" ], "command" : " prev_view" },
4
- {
5
- "keys" : [" ctrl+f5" , " ctrl+f5" ],
6
- "command" : " insert_date" ,
7
- "args" :
8
2
{
9
- "format" : " %Y-%m-%d %H:%M:%S"
10
- }
11
- },
12
- {
13
- "keys" : [" super+alt+shift+w" ],
14
- "command" : " toggle_setting" ,
15
- "args" :
3
+ "keys" : [" ctrl+tab" ],
4
+ "command" : " next_view"
5
+ },
6
+ {
7
+ "keys" : [" ctrl+shift+tab" ],
8
+ "command" : " prev_view"
9
+ },
10
+ {
11
+ "keys" : [" ctrl+f5" , " ctrl+f5" ],
12
+ "command" : " insert_date" ,
13
+ "args" :
14
+ {
15
+ "format" : " %Y-%m-%d %H:%M:%S"
16
+ }
17
+ },
18
+ {
19
+ "keys" : [" super+alt+shift+w" ],
20
+ "command" : " toggle_setting" ,
21
+ "args" :
22
+ {
23
+ "setting" : " word_wrap"
24
+ }
25
+ },
26
+ // {
27
+ // "keys": ["ctrl+alt+t"],
28
+ // "command": "delete_trailing_spaces"
29
+ // }
30
+ // {
31
+ // "keys": ["ctrl+alt+t"],
32
+ // "command": "run_macro_file",
33
+ // "args": {"file": "Packages/User/trim_trailing_spaces.sublime-macro"}
34
+ // }
16
35
{
17
- "setting" : " word_wrap"
36
+ "keys" : [" ctrl+alt+t" ],
37
+ "command" : " reg_replace" ,
38
+ "args" : {"replacements" : [" trim_trailing_spaces" ]}
18
39
}
19
- }]
40
+
41
+ ]
0 commit comments