1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-12-12 11:15:00 +02:00
lazygit/docs
Sean 49da7b482d Split commit message panel into commit summary and commit description panel
When we use the one panel for the entire commit message, its tricky to have a keybinding both for adding a newline and submitting.
By having two panels: one for the summary line and one for the description, we allow for 'enter' to submit the message when done from the summary panel,
and 'enter' to add a newline when done from the description panel. Alt-enter, for those who can use that key combo, also works for submitting the message
from the description panel. For those who can't use that key combo, and don't want to remap the keybinding, they can hit tab to go back to the summary panel
and then 'enter' to submit the message.

We have some awkwardness in that both contexts (i.e. panels) need to appear and disappear in tandem and we don't have a great way of handling that concept,
so we just push both contexts one after the other, and likewise remove both contexts when we escape.
2023-04-30 12:17:34 +10:00
..
keybindings Make arrows consistent (#2501) 2023-03-18 11:32:44 +11:00
Config.md Split commit message panel into commit summary and commit description panel 2023-04-30 12:17:34 +10:00
Custom_Command_Keybindings.md use lowercase 'quote' for consistency with existing custom command template functions 2022-10-02 18:43:25 -07:00
Custom_Pagers.md remove 24 bit color delta arg from docs 2021-04-06 19:34:32 +10:00
Integration_Tests.md renaming 2022-08-13 13:55:08 +10:00
README.md Update docs/README.md 2020-11-21 14:14:40 +11:00
Undoing.md Limitations Section sentence mixup corrected 2020-10-01 17:41:32 +10:00