-
Notifications
You must be signed in to change notification settings - Fork 10
/
Default (Linux).sublime-keymap
41 lines (39 loc) · 1.08 KB
/
Default (Linux).sublime-keymap
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[
{
// b is for believer!
"keys": ["ctrl+alt+b"],
"command":"you_know_that_place_between_sleep_and_awake_that_place_where_you_still_remember_dreaming_thats_where_ill_always_love_you",
"context":
[
// if selector == source.ruby for all selections
{ "key": "selector",
"operator": "equal",
"operand": "source.ruby",
"match_all": true }
]
},
{
"keys": ["ctrl+alt+n"],
"command":"i_drank_poison_for_you",
"context":
[
// if selector == source.ruby for all selections
{ "key": "selector",
"operator": "equal",
"operand": "source.ruby",
"match_all": true }
]
},
{
"keys": ["ctrl+alt+v"],
"command":"every_time_someone_says_iDo_not_believe_in_fairies_somewhere_theres_aFairy_that_falls_down_dead",
"context":
[
// if selector == source.ruby for all selections
{ "key": "selector",
"operator": "equal",
"operand": "source.ruby",
"match_all": true }
]
}
]