Skip to content

Commit a382c31

Browse files
committed
docs: change from vim to neovim btw
1 parent bfb45f4 commit a382c31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ customCommands:
4343
labelFormat: "{{ .number }}: {{ .message | green }}"
4444
```
4545
46-
### with vim
46+
### with neovim
4747
4848
this allows you to edit the commit message in vim after you've selected it from the menu.
4949
@@ -53,7 +53,7 @@ abort committing by deleting the commit message in vim.
5353
customCommands:
5454
- key: "<c-a>" # ctrl + a
5555
description: "Pick AI commit"
56-
command: 'echo "{{.Form.Msg}}" > .git/COMMIT_EDITMSG && vim .git/COMMIT_EDITMSG && [ -s .git/COMMIT_EDITMSG ] && git commit -F .git/COMMIT_EDITMSG || echo "Commit message is empty, commit aborted."'
56+
command: 'echo "{{.Form.Msg}}" > .git/COMMIT_EDITMSG && nvim .git/COMMIT_EDITMSG && [ -s .git/COMMIT_EDITMSG ] && git commit -F .git/COMMIT_EDITMSG || echo "Commit message is empty, commit aborted."'
5757
context: "files"
5858
subprocess: true
5959
prompts:

0 commit comments

Comments
 (0)