diff options
author | Chris <[email protected]> | 2020-05-08 22:12:01 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-05-08 22:12:01 -0400 |
commit | 86bb86e4f111e4353a1ac14ac3cf2844391ee8b1 (patch) | |
tree | cef78bfc6ae66d7ba96f20fc98de84a1a2fcfe11 /plug-config/coc.vim | |
parent | b5f4a43775e9923b22b74d60b104cf53e0217767 (diff) |
updates
Diffstat (limited to 'plug-config/coc.vim')
-rw-r--r-- | plug-config/coc.vim | 2 |
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 |