summaryrefslogtreecommitdiffstats
path: root/src/keymaps/uk-keymap.json
blob: 1cb130eaa1e1200df5851c7e50142e085bb159bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "$schema": "https://lnav.org/schemas/config-v1.schema.json",
    "ui": {
        "keymap-defs": {
            "uk": {
                "x22": {
                    "command": ":goto last 20 minutes after the hour"
                },
                "xc2xa3": {
                    "command": ":goto last 30 minutes after the hour"
                }
            }
        }
    }
}