diff options
author | Mark Huggins <[email protected]> | 2022-10-25 23:21:20 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2022-10-25 23:21:20 -0400 |
commit | 77640e8064208400f6d00da7b6ebae7684d4d486 (patch) | |
tree | b99021e4d8feaf3e77d84adf3c9539bf6e595e70 /lua/lvim/core/which-key.lua | |
parent | 5b4bfdc0eda6648a83276f44ed4dece6528e1489 (diff) |
fix: Remove notify which key mapping (#3335)
Diffstat (limited to 'lua/lvim/core/which-key.lua')
-rw-r--r-- | lua/lvim/core/which-key.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/lvim/core/which-key.lua b/lua/lvim/core/which-key.lua index 55e3aae0..5941904b 100644 --- a/lua/lvim/core/which-key.lua +++ b/lua/lvim/core/which-key.lua @@ -229,7 +229,6 @@ M.config = function() }, P = { "<cmd>edit $LUNARVIM_CACHE_DIR/packer.nvim.log<cr>", "Open the Packer logfile" }, }, - n = { "<cmd>Telescope notify<cr>", "View Notifications" }, r = { "<cmd>LvimReload<cr>", "Reload LunarVim's configuration" }, u = { "<cmd>LvimUpdate<cr>", "Update LunarVim" }, }, |