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
Is your feature request related to a problem? Please describe.
I frequently need to copy the commit message body to the clipboard. Currently this isn't possible, so I copy the whole message (via y, m) and strip the subject manually.
Describe the solution you'd like
An extra "Commit body" entry in the "Copy to clipboard" menu that copies the body of the commit message (i.e. the body with the subject and the empty separator line after that removed) to the clipboard.
Describe alternatives you've considered
n/a
Additional context
I'd be happy to (try to) file a PR for this, if the feature is deemed useful.
The text was updated successfully, but these errors were encountered:
Thanks, I'll give that a try! I guess that would work, but two (possible) limitations come to mind:
os.copyToClipboardCmd is not taken into account automatically if set
It would be tricky to get assign a keybinding that mimics the other 'copy attribute' commands, i.e. y, b for example, wouldn't it? And from the list of contexts I guess it would need to be a global one since the corresponding menu is not listed?
Is your feature request related to a problem? Please describe.
I frequently need to copy the commit message body to the clipboard. Currently this isn't possible, so I copy the whole message (via
y
,m
) and strip the subject manually.Describe the solution you'd like
An extra "Commit body" entry in the "Copy to clipboard" menu that copies the body of the commit message (i.e. the body with the subject and the empty separator line after that removed) to the clipboard.
Describe alternatives you've considered
n/a
Additional context
I'd be happy to (try to) file a PR for this, if the feature is deemed useful.
The text was updated successfully, but these errors were encountered: