mirror of
https://github.com/Slug-Boi/cocommit.git
synced 2026-05-13 12:45:47 +00:00
chore: add lazygit config to readme and example config to repo
docs: typo
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
customCommands:
|
||||
- key: '<c-A>'
|
||||
context: 'global'
|
||||
showOutput: true
|
||||
prompts:
|
||||
- type: 'input'
|
||||
title: 'Commit message'
|
||||
key: 'message'
|
||||
initialValue: ''
|
||||
- type: 'input'
|
||||
title: 'Authors'
|
||||
key: 'authors'
|
||||
initialValue: ''
|
||||
command: 'cocommit -p "{{.Form.message}}" {{.Form.authors}}'
|
||||
- key: '<c-a>'
|
||||
context: 'global'
|
||||
subprocess: true
|
||||
command: 'cocommit -p; exit'
|
||||
Reference in New Issue
Block a user