forked from freref/fancy-cat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
41 lines (41 loc) · 1.12 KB
/
config.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
30
31
32
33
34
35
36
37
38
39
40
41
{
"KeyMap": {
"next": { "key": "n", "modifiers": [] },
"prev": { "key": "p", "modifiers": [] },
"scroll_up": { "key": "k", "modifiers": [] },
"scroll_down": { "key": "j", "modifiers": [] },
"scroll_left": { "key": "h", "modifiers": [] },
"scroll_right": { "key": "l", "modifiers": [] },
"zoom_in": { "key": "i", "modifiers": [] },
"zoom_out": { "key": "o", "modifiers": [] },
"colorize": { "key": "z", "modifiers": [] },
"quit": { "key": "c", "modifiers": ["ctrl"] },
"enter_command_mode": { "key": "colon", "modifiers": [] },
"exit_command_mode": { "key": "escape", "modifiers": [] },
"execute_command": { "key": "enter", "modifiers": [] }
},
"FileMonitor": {
"enabled": true,
"latency": 0.1
},
"General": {
"colorize": false,
"white": "0x000000",
"black": "0xffffff",
"size": 0.9,
"zoom_step": 0.25,
"zoom_min": 1.0,
"scroll_step": 100.0
},
"StatusBar": {
"enabled": true,
"style": {
"bg": { "rgb": [216, 74, 74] },
"fg": { "rgb": [255, 255, 255] }
}
},
"Cache": {
"enabled": true,
"lru_size": 10
}
}