mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-21 20:11:06 +00:00
feat(sidekick): ctrl+. focuses sidekick, but when already inside sidekick, hides it
This commit is contained in:
parent
6055e59613
commit
50159fe344
1 changed files with 2 additions and 2 deletions
|
|
@ -82,8 +82,8 @@ return {
|
|||
{ "<leader>a", "", desc = "+ai", mode = { "n", "v" } },
|
||||
{
|
||||
"<c-.>",
|
||||
function() require("sidekick.cli").toggle() end,
|
||||
desc = "Sidekick Toggle",
|
||||
function() require("sidekick.cli").focus() end,
|
||||
desc = "Sidekick Focus",
|
||||
mode = { "n", "t", "i", "x" },
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue