diff options
author | kylo252 <[email protected]> | 2021-08-02 23:42:56 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2021-08-02 17:42:56 -0400 |
commit | 77e283bd9c33166937756250918b12e349caf050 (patch) | |
tree | 684cf70dbf4b95eda38fc1f5f0917f3df6c75195 /lua/core/which-key.lua | |
parent | e0f0c81ea6f595139cd4f55fbdcf9e22d9a84727 (diff) |
[Refactor] Allow editing default keymaps (#1213)
Diffstat (limited to 'lua/core/which-key.lua')
-rw-r--r-- | lua/core/which-key.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lua/core/which-key.lua b/lua/core/which-key.lua index 17995e87..eab9266a 100644 --- a/lua/core/which-key.lua +++ b/lua/core/which-key.lua @@ -166,6 +166,10 @@ M.config = function() "Workspace Symbols", }, }, + L = { + name = "+LunarVim", + k = { "<cmd>lua require('keymappings').print()<cr>", "View LunarVim's default keymappings" }, + }, s = { name = "Search", |