TaKO8Ki / gobang

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

Add help item for how to focus table selection #164

Open lukepighetti opened 1 year ago

lukepighetti commented 1 year ago

After you open a database and select a table, it's not clear how to go back and change the table. Pressing ? to learn how doesn't help

err0r500 commented 1 year ago

Agree, I've the same issue (and I'm still trying to figure out how to do that) 😆

after looking at : https://github.com/TaKO8Ki/gobang/blob/3d54997ddb3b642ab22febbad8b1620d10b0b369/src/config.rs#L119

I realised I've to use arrow key <-

Narayanbhat166 commented 1 year ago

Yes, this would be an area of improvement. It was not clear that which of the available panes were currently focused and how to navigate.

quantonganh commented 4 months ago

Since I'm familiar with lazygit, and I also don't want to move my hand out of j/k row, I use Tab to move between left and right pane: https://github.com/quantonganh/gobang/blob/main/src/config.rs#L133-L134