Canop / broot

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

Is there a way to prevent right arrow from opening file in external editor? #872

Open xfilesee34 opened 5 months ago

xfilesee34 commented 5 months ago

I mean is there a way to disable stay_open feature?

Schweber commented 5 months ago

Does rebinding the key to :focus lead to the behaviour that you want?

So something like { key: "right", execution: ":focus {file}", leave_broot: false }