TaKO8Ki / gobang

A cross-platform TUI database management tool written in Rust
MIT License
2.82k stars 90 forks source link

Add more cursor movements #154

Open sebashwa opened 2 years ago

sebashwa commented 2 years ago

Hey,

thanks for creating this app, I like it a lot! I thought it might make sense to provide more cursor movement / input editing keybindings. To start with Ctrl-w (word deletion) seemed useful to me in order to delete i.e. a database filter query quickly.

Following changes are included in this PR so far:

Any feedback (especially concerning the refactoring) very welcome, as I am not super proficient writing Rust so far.

sebashwa

TaKO8Ki commented 2 years ago

Sorry for the late review. I will review when I have time.

sebashwa commented 2 years ago

Sorry for the late review. I will review when I have time.

Hey, no worries and thanks for taking the time! From my point of view it is pretty complete now. I hope it didn't grow too big.