kamiyaa / joshuto

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

Command display in help view does not match the one defined in keymap.toml #378

Open hotleave opened 1 year ago

hotleave commented 1 year ago

Command display in help view does not match the one defined in keymap.toml, for example three keys map to new_tab with different parameters, but in help view, their command all shows "new_tab", withou parameters, and the description are also the same as each other.

By the way, can we define the description in keymap.toml, so we can check it in help view, not just display the command description, that would be convenient.