weirongxu / coc-explorer

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

[Feature] Select file to open instead of double click? #556

Closed tmpm697 closed 1 year ago

tmpm697 commented 1 year ago

I have set mouse=a on and when i want to open a file with mouse, i select the file with left mouse and then double click left mouse to open that file but I want somehow to just select file with left mouse will immediately open that file.

weirongxu commented 1 year ago

COC Settings

{
"explorer.mouseMode": "singleclick"
}