summaryrefslogtreecommitdiffstats
path: root/src/keymaps/us-keymap.json
blob: a9559580e6fac0e493c094724f97f04072214c7d (plain)
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
42
43
44
45
46
47
48
49
50
51
{
    "$schema": "https://lnav.org/schemas/config-v1.schema.json",
    "ui": {
        "keymap-defs": {
            "us": {
                "x31": {
                    "command": ":goto next 10 minutes after the hour"
                },
                "x32": {
                    "command": ":goto next 20 minutes after the hour"
                },
                "x33": {
                    "command": ":goto next 30 minutes after the hour"
                },
                "x34": {
                    "command": ":goto next 40 minutes after the hour"
                },
                "x35": {
                    "command": ":goto next 50 minutes after the hour"
                },
                "x36": {
                    "command": ":goto next hour"
                },
                "x37": {
                    "command": ":goto previous minute"
                },
                "x38": {
                    "command": ":goto next minute"
                },
                "x21": {
                    "command": ":goto last 10 minutes after the hour"
                },
                "x40": {
                    "command": ":goto last 20 minutes after the hour"
                },
                "x23": {
                    "command": ":goto last 30 minutes after the hour"
                },
                "x24": {
                    "command": ":goto last 40 minutes after the hour"
                },
                "x25": {
                    "command": ":goto last 50 minutes after the hour"
                },
                "x5e": {
                    "command": ":goto last hour"
                }
            }
        }
    }
}