We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ced2b71 commit 3077baaCopy full SHA for 3077baa
lua/astrocommunity/split-and-window/edgy-nvim/init.lua
@@ -6,8 +6,8 @@ return {
6
opts = {
7
mappings = {
8
n = {
9
- ["<Leader>F"] = { function() require("edgy").toggle() end, desc = "Toggle Sidebars" },
10
- ["<Leader>f"] = { function() require("edgy").select() end, desc = "Pick Sidebar" },
+ ["<Leader>uE"] = { function() require("edgy").toggle() end, desc = "Toggle Sidebars" },
+ ["<Leader>ue"] = { function() require("edgy").select() end, desc = "Pick Sidebar" },
11
},
12
13
0 commit comments