Open lukepighetti opened 2 years 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 <-
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.
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
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