Move mac specific binding to main sv keymap

This commit is contained in:
Fredrik Forsell 2022-09-30 19:14:07 +02:00
parent 8f8be6fd20
commit e310a18d7c
2 changed files with 3 additions and 24 deletions

View File

@ -9,6 +9,9 @@
"xc2xa4": {
"command": ":goto last 40 minutes after the hour"
},
"xe2x82xac": {
"command": ":goto last 40 minutes after the hour"
},
"x26": {
"command": ":goto last hour"
},

View File

@ -1,24 +0,0 @@
{
"$schema": "https://lnav.org/schemas/config-v1.schema.json",
"ui": {
"keymap-defs": {
"svmac": {
"x22": {
"command": ":goto last 20 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"
}
}
}
}
}