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
I have 2 suggestions for improving the committing experience:
Show the character count of the current line.
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):
[Edit] NVM, I just had a conflicting editor shortcut
I couldn't figure out if you could commit with only the keyboard. I tried Ctrl + Enter and Alt + 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 uses alt + Enter (see screenshot above).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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