diff options
author | Chris <[email protected]> | 2020-10-31 17:58:48 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-10-31 17:58:48 -0400 |
commit | d79a3019844d99a6a93e9d3e046466692c222db6 (patch) | |
tree | 90f92d57bd20c2278cfd6ad288552578686336ab | |
parent | 2ca785c7fb4f9d44cf962580ecd870d03171fdcd (diff) |
update mapping for coc explorer
-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" }, |