diff options
Diffstat (limited to 'plug-config/coc.vim')
| -rw-r--r-- | plug-config/coc.vim | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/plug-config/coc.vim b/plug-config/coc.vim index 7f61bbe7..c9ae319f 100644 --- a/plug-config/coc.vim +++ b/plug-config/coc.vim @@ -135,6 +135,7 @@ let g:coc_explorer_global_presets = {  \     'file.child.template': '[selection | clip | 1] [indent][icon | 1] [filename omitCenter 1]'  \   }  \ } -nmap <silent> <space>e :CocCommand explorer<CR> +"nmap <silent> <space>e :CocCommand explorer<CR> +nnoremap <leader>e :CocCommand explorer<CR>  nmap <space>f :CocCommand explorer --preset floatingRightside<CR>  autocmd BufEnter * if (winnr("$") == 1 && &filetype == 'coc-explorer') | q | endif | 
