dotfiles/.config/mzteinit/entries.cfg.cgt

4 lines
150 B
Plaintext
Raw Normal View History

2023-08-27 21:05:25 +02:00
<! for _, v in ipairs(opt.mzteinit_entries) do !>
<% v.key %> <% v.label %>: <% table.concat(v.cmd, ",") %><! if v.quit then !> :Q<! end !>
<! end !>