weirongxu / coc-explorer

📁 Explorer for coc.nvim
MIT License
1.14k stars 45 forks source link

[Feature] #543

Closed ymzuiku closed 1 year ago

ymzuiku commented 1 year ago

coc-explorer is a great explorer plugin. Before coc-explorer, I use NERDTree, and use NERDTreeQuitOnOpen=1, the option help me focus in one file, it's fun of coding. How can i set coc-explorer, like NERDTreeQuitOnOpen=1 ?

weirongxu commented 1 year ago

see https://github.com/weirongxu/coc-explorer/issues/121

ymzuiku commented 1 year ago

Thanks, I used this:

nmap <space>e :CocCommand explorer --quit-on-open<CR>