-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Is your feature request related to a problem? Please describe.
Currently we cannot insert newlines consistently, nor can we go to previous messages.
Describe the solution you'd like
I wanna be able to insert newlines and go to previous messages.
Describe alternatives you've considered
vim
Additional context
We could revamp it so that the popup has two parts, like the custom command popup.
The first one would just for the summary of the commit, with options such as:
- pressing
UporDowngoes to the previous or next commit message, respectively - pressing
Enterwould confirm the commit (just like it does now) - pressing
Tabwould go to the part below
The lower one would be for the description of the commit with the following features:
- pressing
Enterwould insert a newline - pressing
UporDownwould move the cursorUporDown - pressing
Tabwould switch back to the upper textbox
The discussion is here.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers