aboutsummaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-10-10 23:51:05 +0800
committerjdhao <jdhao@hotmail.com>2021-10-10 23:51:05 +0800
commit3557b7fb09665e9d6b35f408afc133cf85aefcf5 (patch)
treef6c737e1e1f275c54659624cd81230db9927c0f6 /lua
parentb828d69a9abf3123d0cf295a5b6e840d99264c38 (diff)
update which-key conf
Diffstat (limited to 'lua')
-rw-r--r--lua/config/which-key.lua2
1 files changed, 1 insertions, 1 deletions
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" },
},
}