Dot_Files/.config/lnav/configs/default/uk-keymap.json.sample
2022-01-08 15:24:29 -06:00

16 lines
386 B
Plaintext

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