feat(which-key): keybind for :Telescope resume (#3826)

This commit is contained in:
LostNeophyte 2023-02-08 09:40:32 +01:00 committed by GitHub
parent 98fb64764f
commit 4bcf9d75a1
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",