What should I do if I want add multi line commit message using lazygit?
You can either open up your editor (e.g. vim) to edit the commit message by pressing shift+C instead of c when in the files panel, or you can hit the tab key while inside the commit popup panel
@jesseduffield Thanks, I get it!
Most helpful comment
You can either open up your editor (e.g. vim) to edit the commit message by pressing shift+C instead of c when in the files panel, or you can hit the
tabkey while inside the commit popup panel