-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathmacros.json
29 lines (29 loc) · 837 Bytes
/
macros.json
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
{
"macros": [
{
"name": "goto_function_name",
"raw": "MFtbJEYoYg==",
"content": "0[[$F(b"
},
{
"name": "grep",
"raw": "eWl3OmiAa2JncmVwISAtUiAiXDwSIlw+gPwERSAuDYD8BEs=",
"content": "yiw:h<BS>grep!<Space>-R<Space>\"\\<lt><C-R>\"\\><C-E><Space>.<CR><C-K>"
},
{
"name": "snake_to_camel_case",
"raw": "eWl3bW1vEiIbOhtWOnMvX1woLlwpL1xVXDEvZw1kYXdrSmBtdml3cA==",
"content": "yiwmmo<C-R>\"<Esc>:<Esc>V:s/_\\(.\\)/\\U\\1/g<CR>dawkJ`mviwp"
},
{
"name": "remove_function_call",
"raw": "eXltbVBEYG15aWFrcGpkZGts",
"content": "yymmPD`myiakpjddkl"
},
{
"name": "telescope_find_by_current_word",
"raw": "eWl3OlRlbGVzY29wZSBsaXZlX2dyZXANXGISIlxiCg==",
"content": "yiw:Telescope<Space>live_grep<CR>\\b<C-R>\"\\b"
}
]
}