Canop / broot

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

make it possible to unbind keys #883

Closed Canop closed 1 month ago

Canop commented 1 month ago

To remove a binding (without binding it to another verb), define a verb without any execution, for example

{
    key: alt-i
}

Fix #632