conradludgate / wordle

Wordle TUI in Rust
122 stars 21 forks source link

Allow CTRL-w to clear current word #14

Closed afh closed 2 years ago

afh commented 2 years ago

this makes it easy to guess a new word especially when the current guess is invalid.

afh commented 2 years ago

Friendly ping on this, @conradludgate. Do you see value in the changes this PR brings?

afh commented 2 years ago

In shells CTRL-W is often mapped to the "delete word" command (see documentation for Zsh Line Editor Modifying Text on vi-backward-kill-word and backward-kill-word for example).

afh commented 2 years ago

Thanks for merging this, @conradludgate.