Replies: 1 comment 1 reply
-
You can just do git add . then git commit and inside of that buffer run :CopilotChatCommit and press Ctrl-Y to replace the buffer with the response which is much faster. Alternatively you can setup custom callback that calls git commit automatically after response is received |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Current flow to slow:
:CopilotChatCommit
git add .
git commit -e
Any one has bester idea ?
Beta Was this translation helpful? Give feedback.
All reactions