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
Thanks for reporting. Here's a draft PR for a possible fix: #4554.
In the meantime, ctrl-a and ctrl-e work as alternatives to home/end. I prefer these anyway because they also work for going to the beginning/end of a line in multi-line text fields, e.g. the commit message description.
I prefer these anyway because they also work for going to the beginning/end of a line in multi-line text fields, e.g. the commit message description.
Ok, scratch that, I just realized that home/end work the same way there: they also go to the beginning/end of the line. You could consider this a bug though, I would expect them to go to the beginning/end of the whole text.
Describe the bug
Home/End stopped working in input dialogs.
To Reproduce
Steps to reproduce the behavior:
Local branches
.n
to open new branch input dialog.Home
key.Expected behavior
Cursor is moved to the beginning of the input.
Version info:
Additional context
I found that the regression was introduced in 2b783d1.
The text was updated successfully, but these errors were encountered: