added a keybind to open the prompts panel
This commit is contained in:
@@ -15,6 +15,12 @@ return {
|
||||
end,
|
||||
desc = "Sidekick Toggle Antigravity",
|
||||
},
|
||||
{ "<leader>ap",
|
||||
function()
|
||||
require("sidekick.cli").prompt()
|
||||
end,
|
||||
desc = "Sidekick Prompt",
|
||||
},
|
||||
},
|
||||
opts = {
|
||||
cli = {
|
||||
|
||||
Reference in New Issue
Block a user