mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-31 15:19:26 +02:00
refactor: load the default keymaps once (#1965)
This commit is contained in:
parent
16fd37c8bf
commit
c26ac5364f
6 changed files with 114 additions and 126 deletions
|
@ -188,7 +188,7 @@ M.config = function()
|
|||
"<cmd>lua require('lvim.core.telescope.custom-finders').grep_lunarvim_files()<cr>",
|
||||
"Grep LunarVim files",
|
||||
},
|
||||
k = { "<cmd>lua require('lvim.keymappings').print()<cr>", "View LunarVim's default keymappings" },
|
||||
k = { "<cmd>Telescope keymaps<cr>", "View LunarVim's keymappings" },
|
||||
i = {
|
||||
"<cmd>lua require('lvim.core.info').toggle_popup(vim.bo.filetype)<cr>",
|
||||
"Toggle LunarVim Info",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue