diff options
| author | jdhao <jdhao@hotmail.com> | 2021-10-10 23:51:05 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-10-10 23:51:05 +0800 |
| commit | 3557b7fb09665e9d6b35f408afc133cf85aefcf5 (patch) | |
| tree | f6c737e1e1f275c54659624cd81230db9927c0f6 /lua | |
| parent | b828d69a9abf3123d0cf295a5b6e840d99264c38 (diff) | |
update which-key conf
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/config/which-key.lua | 2 |
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" }, }, } |
