kamiyaa / joshuto

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

Using the default keymap.toml Error after exit #432

Closed kola-web closed 10 months ago

kola-web commented 10 months ago

Failed to parse keymap.toml: TOML parse error at line 4, column 3 | 4 | { keys = ["escape"], commands = ["escape"] }, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing field command

kamiyaa commented 10 months ago

Theres been a breaking change introduced in this commit https://github.com/kamiyaa/joshuto/commit/31beaabe6b2cf4119aacae6c1722cdc1e5ba2f5b

that allows multiple commands to be ran from a single keystroke. Looks like you're running an older version of joshuto that uses the older config.

kola-web commented 10 months ago

Thank you for your reply.