-- Quarto mappings -- local wk = require 'which-key' wk.add { mode = { 'n', 'v', 'i' }, { 'q', group = '[Q]uarto' }, -- group { 'qp', 'QuartoPreview', desc = '[Q]uarto [P]review' }, } -- The line beneath this is called `modeline`. See `:help modeline` -- vim: ts=2 sts=2 sw=2 et