mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-22 20:41:08 +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" } },
|
{ "<leader>a", "", desc = "+ai", mode = { "n", "v" } },
|
||||||
{
|
{
|
||||||
"<c-.>",
|
"<c-.>",
|
||||||
function() require("sidekick.cli").toggle() end,
|
function() require("sidekick.cli").focus() end,
|
||||||
desc = "Sidekick Toggle",
|
desc = "Sidekick Focus",
|
||||||
mode = { "n", "t", "i", "x" },
|
mode = { "n", "t", "i", "x" },
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue