Skip to content

Commit

Permalink
feat(edgy): added leader-ue to toggle edgy sidebars
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jun 9, 2023
1 parent 9013f6e commit 04f17cb
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions lua/lazyvim/plugins/extras/ui/edgy.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@ return {
"folke/edgy.nvim",
event = "VeryLazy",
keys = {
-- stylua: ignore
{ "<leader>ue", function() require("edgy").select() end, desc = "Edgy Select Window" },
{
"<leader>ue",
function()
require("edgy").toggle()
end,
desc = "Edgy Toggle",
},
-- stylua: ignore
{ "<leader>uE", function() require("edgy").select() end, desc = "Edgy Select Window" },
},
Expand Down

0 comments on commit 04f17cb

Please sign in to comment.