We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6169d6a + a5f43d6 commit 0df6566Copy full SHA for 0df6566
lua/user/whichkey.lua
@@ -94,7 +94,7 @@ local mappings = {
94
"Find files",
95
},
96
["F"] = { "<cmd>Telescope live_grep theme=ivy<cr>", "Find Text" },
97
- ["P"] = { "<cmd>Telescope projects<cr>", "Projects" },
+ ["P"] = { "<cmd>lua require('telescope').extensions.projects.projects()<cr>", "Projects" },
98
99
p = {
100
name = "Packer",
0 commit comments