summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris <[email protected]>2020-10-31 17:58:48 -0400
committerChris <[email protected]>2020-10-31 17:58:48 -0400
commitd79a3019844d99a6a93e9d3e046466692c222db6 (patch)
tree90f92d57bd20c2278cfd6ad288552578686336ab
parent2ca785c7fb4f9d44cf962580ecd870d03171fdcd (diff)
update mapping for coc explorer
-rw-r--r--coc-settings.json2
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"
},