mirror of
https://github.com/Slug-Boi/cocommit.git
synced 2026-05-13 12:45:47 +00:00
09ece70b12
docs: typo
19 lines
478 B
YAML
19 lines
478 B
YAML
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'
|