lua << EOF local wk = require("which-key") local keys = { m = { "silent! :make! | :redraw!", "Run make" }, [""] = { "nohls", "Clear search highlight" }, } wk.register(keys, { prefix = "" }) EOF