File tree Expand file tree Collapse file tree 1 file changed +5
-30
lines changed
Expand file tree Collapse file tree 1 file changed +5
-30
lines changed Original file line number Diff line number Diff line change 11[
22 {
3- "regexpLeft" : " ^cd +(?P<path>.*)$ " ,
4- "command" : " \\ ls ${PMY_LS_OPTION} -1 <path> | egrep '/$' " ,
3+ "regexpLeft" : " ^(vi||vim|nvim) " ,
4+ "command" : " find . -maxdepth 5 " ,
55 "bufferLeft" : " []" ,
66 "bufferRight" : " []"
77 },
88 {
9- "regexpLeft" : " ^python.* " ,
9+ "regexpLeft" : " ^( python|python|python3|pypy|pypy3) " ,
1010 "command" : " \\ find . | egrep py$" ,
1111 "bufferLeft" : " []" ,
1212 "bufferRight" : " []"
1313 },
1414 {
15- "regexpLeft" : " ^go " ,
16- "command" : " \\ find . | egrep go$" ,
17- "bufferLeft" : " []" ,
18- "bufferRight" : " []"
19- },
20- {
21- "regexpLeft" : " ^make " ,
22- "regexpRight" : " " ,
23- "command" : " cat Makefile" ,
24- "bufferLeft" : " []" ,
25- "bufferRight" : " []"
26- },
27- {
28- "regexpLeft" : " git +add +" ,
29- "command" : " git status --short | git status -s | grep -Ev \" ^(A|C|D|M|R|T|U|X|B)\" | cut -c4-" ,
30- "bufferLeft" : " []" ,
31- "bufferRight" : " []"
32- },
33- {
34- "regexpLeft" : " ^export " ,
35- "command" : " printenv" ,
15+ "regexpLeft" : " ^cd +(?P<path>.*)$" ,
16+ "command" : " \\ ls ${PMY_LS_OPTION} -1 <path> | egrep '/$'" ,
3617 "bufferLeft" : " []" ,
3718 "bufferRight" : " []"
3819 },
4122 "command" : " echo ''" ,
4223 "bufferLeft" : " for x in $(<cmd>); do " ,
4324 "bufferRight" : " ; done"
44- },
45- {
46- "regexpLeft" : " ^(vi||vim|nvim) " ,
47- "command" : " find . -maxdepth 2" ,
48- "bufferLeft" : " []" ,
49- "bufferRight" : " []"
5025 }
5126]
You can’t perform that action at this time.
0 commit comments