Mercurial > dotfiles
view .chezmoi.toml.tmpl @ 457:06e6e2dde6cb
Disable <c-f> mapping of cmp which interferes with RSI's mapping
author | Zeger Van de Vannet <zegervdv@me.com> |
---|---|
date | Thu, 16 Sep 2021 18:51:17 +0200 |
parents | 6503de68af7b |
children | 174245fca5a3 |
line wrap: on
line source
{{- $email := promptString "email" -}} {{- $name := promptString "name" -}} {{- $signingkey := promptString "gpg key" -}} {{- $font_size := promptString "font_size" -}} [data] email = "{{ $email }}" name = "{{ $name }}" signingkey = "{{ $signingkey }}" font_size = "{{ $font_size }}"