aboutsummaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
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" },
},
}