Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ Just add the following custom command to your Lazygit config file
```yaml
customCommands:
- key: "<c-a>"
description: "generate commit message for staged files using ai-commits"
description: "generate message candidates and commit using cfme"
command: "cfme"
context: "files"
loadingText: "Generating commit message with cfme..."
Expand Down