Did you check docs and existing issues?
Neovim version (nvim -v)
latest nightly
Operating system/version
MacOS 26
Describe the bug
ctrl+p in crush is used for commands which is overtaken by sidekick's default ctrl+p for prompts. I'm not providing a PR as I'm not sure if you're about to make anythting with this or simply suggest remapping the key.
Steps To Reproduce
- spawn
crash
- try to execute the
commands shortcut
Expected Behavior
Shortcuts do not interfere
Repro
vim.env.LAZY_STDPATH = ".repro"
load(vim.fn.system("curl -s https://raw.githubusercontent.com/folke/lazy.nvim/main/bootstrap.lua"))()
require("lazy.minit").repro({
spec = {
{ "folke/sidekick.nvim", opts = {} },
-- add any other plugins here
},
})
Did you check docs and existing issues?
Neovim version (nvim -v)
latest nightly
Operating system/version
MacOS 26
Describe the bug
ctrl+pin crush is used forcommandswhich is overtaken by sidekick's defaultctrl+pfor prompts. I'm not providing a PR as I'm not sure if you're about to make anythting with this or simply suggest remapping the key.Steps To Reproduce
crashcommandsshortcutExpected Behavior
Shortcuts do not interfere
Repro