Skip to content

Commit b7641ee

Browse files
committed
re-order menus
1 parent c62c64d commit b7641ee

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Default.sublime-commands

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
[
2-
{
3-
"caption": "Codelf: Search Selection",
4-
"command": "codelf_selection"
5-
},
62
{
73
"caption": "Codelf: Search from Input",
84
"command": "codelf_from_input"
95
},
106
{
11-
"caption": "E: Search Selection",
7+
"caption": "Codelf: Search Selection",
128
"command": "codelf_selection"
139
},
1410
{
1511
"caption": "E: Search from Input",
1612
"command": "codelf_from_input"
13+
},
14+
{
15+
"caption": "E: Search Selection",
16+
"command": "codelf_selection"
1717
}
1818
]

Main.sublime-menu

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
"id": "codelf",
1111
"children":
1212
[
13-
{
14-
"command": "codelf_selection",
15-
"caption": "Search Selection"
16-
},
1713
{
1814
"command": "codelf_from_input",
1915
"caption": "Search From Input"
16+
},
17+
{
18+
"command": "codelf_selection",
19+
"caption": "Search Selection"
2020
}
2121
]
2222
}

0 commit comments

Comments
 (0)