Welcome to mirror list, hosted at ThFree Co, Russian Federation.

keymap.json « lib « ide « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2db87c07dde8d960137a9d4e409b624db4519075 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[
  {
    "id": "file-finder",
    "label": "File finder",
    "bindings": ["CtrlCmd+KEY_P"],
    "action": {
      "name": "toggleFileFinder",
      "params": true
    }
  },
  {
    "id": "save-files",
    "label": "Save files",
    "bindings": ["CtrlCmd+KEY_S"],
    "action": {
      "name": "triggerFilesChange"
    }
  }
]