summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJackson Taylor <jtaylor@classicalconversations.com>2023-09-04 17:37:19 -0400
committerJackson Taylor <jtaylor@classicalconversations.com>2023-09-04 17:37:19 -0400
commit3fc13f9489fbfe605367992a8da75b3dd90733b7 (patch)
treedeb7b66dd3302d8fcb192cd94849bf0d1b4ba92e
parentbe37310aaf4c90e1137390ca75aab34fd8b1624a (diff)
Fix broken config
I always remember this after I've already broken it lol
-rw-r--r--after/plugin/which-key.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/after/plugin/which-key.lua b/after/plugin/which-key.lua
index e6a97e2..869d92f 100644
--- a/after/plugin/which-key.lua
+++ b/after/plugin/which-key.lua
@@ -126,8 +126,8 @@ function whichkey_setup()
v = {
name = "Vimwiki",
- i = {"<cmd>VimwikiIndex", "Open Vimwiki index file"},
- c = {"<cmd>Calendar", "Open calendar"},
+ i = {"<cmd>VimwikiIndex<CR>", "Open Vimwiki index file"},
+ c = {"<cmd>Calendar<CR>", "Open calendar"},
}
}