diff options
| -rw-r--r-- | coc-settings.json | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/coc-settings.json b/coc-settings.json index 30aed2c0..b6be78fc 100644 --- a/coc-settings.json +++ b/coc-settings.json @@ -64,7 +64,7 @@    "explorer.previewAction.onHover": false,    "explorer.icon.enableVimDevicons": false,    "explorer.file.showHiddenFiles": false, -  "explorer.keyMappings": { +  "explorer.keyMappings.global": {      "<cr>": ["expandable?", "expand", "open"],      "v": "open:vsplit"    }, | 
