From ed3733059ffa281c8144e44f1b4819a771ddf4de Mon Sep 17 00:00:00 2001 From: Tyler Miller Date: Mon, 17 Apr 2023 08:50:57 -0700 Subject: [PATCH] feat(preset): add `z` preset (#346) --- lua/which-key/plugins/presets/misc.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/which-key/plugins/presets/misc.lua b/lua/which-key/plugins/presets/misc.lua index e44b05b..9153a85 100644 --- a/lua/which-key/plugins/presets/misc.lua +++ b/lua/which-key/plugins/presets/misc.lua @@ -42,6 +42,7 @@ local misc = { x = "Update folds", z = "Center this line", t = "Top this line", + [""] = "Top this line, 1st non-blank col", b = "Bottom this line", g = "Add word to spell list", w = "Mark word as bad/misspelling",