Mercurial > dotfiles
view .chezmoi.toml.tmpl @ 341:111a00459ad9
Make gitcommit, -rebase, etc buffers hidden
This allows to close commit messages with :wq when launched through nvr
from within a :terminal
author | zegervdv <zegervdv@me.com> |
---|---|
date | Sat, 23 Jan 2021 16:42:49 +0100 |
parents | d726921aaabe |
children | 6503de68af7b |
line wrap: on
line source
{{- $email := promptString "email" -}} {{- $name := promptString "name" -}} {{- $signingkey := promptString "gpg key" -}} [data] email = "{{ $email }}" name = "{{ $name }}" signingkey = "{{ $signingkey }}"