diff options
Diffstat (limited to 'lua/lvim/core')
| -rw-r--r-- | lua/lvim/core/which-key.lua | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/lua/lvim/core/which-key.lua b/lua/lvim/core/which-key.lua index ea79f03b..0e671782 100644 --- a/lua/lvim/core/which-key.lua +++ b/lua/lvim/core/which-key.lua @@ -287,6 +287,7 @@ M.config = function()          t = { "<cmd>Telescope live_grep<cr>", "Text" },          k = { "<cmd>Telescope keymaps<cr>", "Keymaps" },          C = { "<cmd>Telescope commands<cr>", "Commands" }, +        l = { "<cmd>Telescope resume<cr>", "Resume last search" },          p = {            "<cmd>lua require('telescope.builtin').colorscheme({enable_preview = true})<cr>",            "Colorscheme with Preview", | 
