From 3557b7fb09665e9d6b35f408afc133cf85aefcf5 Mon Sep 17 00:00:00 2001 From: jdhao Date: Sun, 10 Oct 2021 23:51:05 +0800 Subject: [PATCH] update which-key conf --- lua/config/which-key.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/config/which-key.lua b/lua/config/which-key.lua index ffb813a..45a4583 100644 --- a/lua/config/which-key.lua +++ b/lua/config/which-key.lua @@ -3,6 +3,6 @@ require("which-key").setup{ -- list of mode / prefixes that should never be hooked by WhichKey -- this is mostly relevant for key maps that start with a native binding -- most people should not need to change this - n = { "o", }, + n = { "o", "O" }, }, }