isacikgoz / gitbatch

manage your git repositories in one place
MIT License
1.54k stars 53 forks source link

tab behaviour #64

Closed tinybeachthor closed 5 years ago

tinybeachthor commented 5 years ago

This might be intended, but seems a bit inconsistent.

In the main screen tab is used to focus on a repository, but after that it cycles through the different panes (commits, status, remotes, branches, stash). I would expect tab to return me to the main screen, rather work in a zoom in/zoom out way, then change behaviour completely.

isacikgoz commented 5 years ago

I was struggling to decide on the keybindings to focus and focus back. I think I need feedback and suggestions to more consistent keybindings.

Scrolling through panes via tab key is used on many similar applications. If we use tabfor just switching screens, then, would h/l buttons will be enough to scroll through panes?

isacikgoz commented 5 years ago

fixed with #68