/ extensions / command-center / config.json.example
config.json.example
 1  {
 2    "display": {
 3      "includeBuiltins": false
 4    },
 5    "layout": {
 6      "height": 24
 7    },
 8    "keybindings": {
 9      "toggle": "ctrl+/",
10      "scrollUp": "shift+up",
11      "scrollDown": "shift+down",
12      "scrollPageUp": null,
13      "scrollPageDown": null
14    }
15  }