{%- from "kitty/map.jinja" import kitty with context -%}
{% for key, value in kitty.config.items() -%}
{{ key }} {{ value }}
{% endfor -%}