{ "slack_token": "{{ if (stat (joinPath .chezmoi.sourceDir ".chezmoitemplates" "secrets" "SLACK_API_TOKEN")) }}{{- includeTemplate "secrets/SLACK_API_TOKEN" | decrypt -}}{{ else }}{{- env "SLACK_API_TOKEN" -}}{{ end }}", "sidebar_width": 3, "notify": "mention", "emoji": true, "key_map": { "command": { "i": "mode-insert", "/": "mode-search", "k": "channel-up", "j": "channel-down", "g": "channel-top", "G": "channel-bottom", "K": "thread-up", "J": "thread-down", "": "chat-up", "C-b": "chat-up", "C-u": "chat-up", "": "chat-down", "C-f": "chat-down", "C-d": "chat-down", "n": "channel-search-next", "N": "channel-search-previous", "'": "channel-jump", "q": "quit", "": "help" }, "insert": { "": "cursor-left", "": "cursor-right", "": "send", "": "mode-command", "": "backspace", "C-8": "backspace", "": "delete", "": "space" }, "search": { "": "cursor-left", "": "cursor-right", "": "clear-input", "": "clear-input", "": "backspace", "C-8": "backspace", "": "delete", "": "space" } }, "theme": { "view": { "fg": "white", "bg": "default", "border_fg": "white", "border_bg": "", "label_fg": "white", "label_bg": "" }, "channel": { "prefix": "", "icon": "", "text": "" }, "message": { "time_format": "15:04", "name": "", "time": "", "text": "" } } }