You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lnav/src/keymaps/sv-keymap.json

35 lines
1.1 KiB
JSON

{
"$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"
},
"x60": {
"id": "",
"command": ":prompt breadcrumb"
},
"xc2xa7": {
"id": "org.lnav.key.breadcrumb.focus",
"command": ":prompt breadcrumb"
}
}
}
}
}