1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

update which-key conf

This commit is contained in:
jdhao 2021-10-10 23:51:05 +08:00
parent b828d69a9a
commit 3557b7fb09

View File

@ -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" },
},
}