Canop / broot

A new way to see and navigate directory trees : https://dystroy.org/broot
MIT License
10.35k stars 226 forks source link

Allow configuring how double click opens files #857

Open jriegel-unitb opened 3 months ago

jriegel-unitb commented 3 months ago

When double-clicking a file it uses the system opener to open the file (xdg-open in my case). As far as I can see there's no way to change that behaviour in broot itself. For the sake of consistency there should be a way to configure what double click does or at least what the default file open behaviour is.

jriegel-unitb commented 3 months ago

I tried these settings but they don't seem to change the double-click behaviour

Canop commented 3 months ago

You're right. I'll look into it.