Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
There's a good tip here: #27078 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have 2 suggestions for improving the committing experience:
Some projects may have a limit (or at least a suggestion) on the amount of characters a line in a commit should have at max. Showing the character count of the current line would help with this. Here is a screenshot of lazygit doing this (top-right of the commit message field):
I couldn't figure out if you could commit with only the keyboard. I triedCtrl + Enter
andAlt + Enter
. If there is no way to do that, I suggest to implement that. That seems reasonable since you are already on your keyboard when you are typing your commit message. So needing to reach for your mouse is kinda disruptive. For reference, lazygit usesalt
+Enter
(see screenshot above).Beta Was this translation helpful? Give feedback.
All reactions