TaKO8Ki / gobang

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

adding key '$' and '^' for moving line in table #146

Open kyoto7250 opened 2 years ago

kyoto7250 commented 2 years ago

This PR adds key for moving line in record table.

In tables with many columns, it is useful to be able to move the cursor to the beginning and end of a row.

I have assigned commands to $ and ^ to make it look like a vim keymap.

Thank you in advance.

changelog: adding keymap '$' and '^' for move line in table