From 4bcf9d75a1133593d98ff87027373544743785dd Mon Sep 17 00:00:00 2001 From: LostNeophyte Date: Wed, 8 Feb 2023 09:40:32 +0100 Subject: [PATCH] feat(which-key): keybind for `:Telescope resume` (#3826) --- lua/lvim/core/which-key.lua | 1 + 1 file changed, 1 insertion(+) 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 = { "Telescope live_grep", "Text" }, k = { "Telescope keymaps", "Keymaps" }, C = { "Telescope commands", "Commands" }, + l = { "Telescope resume", "Resume last search" }, p = { "lua require('telescope.builtin').colorscheme({enable_preview = true})", "Colorscheme with Preview",