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/uk-keymap.json

16 lines
386 B
JSON

{
"$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"
}
}
}
}
}