summaryrefslogtreecommitdiffstats
path: root/src/keymaps/sv-keymap.json
blob: 7474b1f60efc18c11a5603735157fc69d3fbd26a (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
{
    "$schema": "https://lnav.org/schemas/config-v1.schema.json",
    "ui": {
        "keymap-defs": {
            "sv": {
                "x22": {
                    "command": ":goto last 20 minutes after the hour"
                },
                "xc2xa4": {
                    "command": ":goto last 40 minutes after the hour"
                },
                "xe2x82xac": {
                    "command": ":goto last 40 minutes after the hour"
                },
                "x26": {
                    "command": ":goto last hour"
                },
                "x3d": {
                    "command": ":goto last day"
                },
                "x2b": {
                    "command": ";UPDATE lnav_views SET paused = 1 - paused"
                }
            }
        }
    }
}