You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the default keys for push are Pp (P => push menu, p => actual push). This works as it should.
But when you configure the push key binding like this:
push_menu.push = ["p"]
... then push hangs forever with any repo. There's no error message whatsoever. However, it still responds to the q key to quit.
The same behavior can be witnessed, when you configure any other key for push_menu.push. Also, the changed key binding is not being displayed in the menu, it shows p even if - say - f is configured.
It ONLY works, if you don't touch that setting.
best regards,
Tom
The text was updated successfully, but these errors were encountered:
It seems that your binding take precedence over the default "push_to_push_remote" and Gitu does absolutely nothing. (I noticed I was still able to change flags/quit/run other commands in the menu).
Definitely strange behavior and should be fixed.
Perhaps there should be some validation on the config.
Hi,
the default keys for push are
Pp
(P
=> push menu,p
=> actual push). This works as it should.But when you configure the push key binding like this:
... then push hangs forever with any repo. There's no error message whatsoever. However, it still responds to the
q
key to quit.The same behavior can be witnessed, when you configure any other key for
push_menu.push
. Also, the changed key binding is not being displayed in the menu, it showsp
even if - say -f
is configured.It ONLY works, if you don't touch that setting.
best regards,
Tom
The text was updated successfully, but these errors were encountered: