summaryrefslogtreecommitdiff
path: root/plug-config/coc.vim
diff options
context:
space:
mode:
Diffstat (limited to 'plug-config/coc.vim')
-rw-r--r--plug-config/coc.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/plug-config/coc.vim b/plug-config/coc.vim
index c9ae319f..babae7ed 100644
--- a/plug-config/coc.vim
+++ b/plug-config/coc.vim
@@ -136,6 +136,6 @@ let g:coc_explorer_global_presets = {
\ }
\ }
"nmap <silent> <space>e :CocCommand explorer<CR>
-nnoremap <leader>e :CocCommand explorer<CR>
+nnoremap <silent> <leader>e :CocCommand explorer<CR>
nmap <space>f :CocCommand explorer --preset floatingRightside<CR>
autocmd BufEnter * if (winnr("$") == 1 && &filetype == 'coc-explorer') | q | endif