kamiyaa / joshuto

ranger-like terminal file manager written in Rust
https://crates.io/crates/joshuto
GNU Lesser General Public License v3.0
3.47k stars 154 forks source link

Local configuration bypassed after update #176

Closed Busyvar closed 2 years ago

Busyvar commented 2 years ago

Version : joshuto-0.9.3 Given : ~/.config/joshuto/keymap.toml exist with special configuration (ex: keys = [ "g", "x" ], command = "cd ~/" ) When : update is performed to newer version Then : keymap.toml rules are omitted

I don't remember from which version i came before update, feel free to ask for further details.

Regards,

Busyvar

Busyvar commented 2 years ago

Fixed with #170