thomas-mauran / chess-tui

A chess TUI implementation in rust 🦀
https://crates.io/crates/chess-tui
MIT License
384 stars 29 forks source link

vim keyboard shortcuts, `cargo clippy` lints #51

Closed JeromeSchmied closed 10 months ago

JeromeSchmied commented 10 months ago

added vim-alike keyboard shortcuts: h, j, k, l and therefore changed help key to ?. Also applied clippy lints.

thomas-mauran commented 10 months ago

Great ! Thank you for your contribution