diff --git a/lua/plugins/telescope.lua b/lua/plugins/telescope.lua index b9e78a0..63c6f09 100644 --- a/lua/plugins/telescope.lua +++ b/lua/plugins/telescope.lua @@ -23,6 +23,13 @@ return { end, desc = 'Find file', }, + { + 'p', + function() + require("telescope.builtin").commands() + end, + desc = 'Telescope commands', + }, { 'g', function()