Skip to content

Commit 3077baa

Browse files
authored
feat(edgy-nvim)!: Remove <Leader>f mapping from community plugin (#1431)
1 parent ced2b71 commit 3077baa

File tree

1 file changed

+2
-2
lines changed
  • lua/astrocommunity/split-and-window/edgy-nvim

1 file changed

+2
-2
lines changed

lua/astrocommunity/split-and-window/edgy-nvim/init.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ return {
66
opts = {
77
mappings = {
88
n = {
9-
["<Leader>F"] = { function() require("edgy").toggle() end, desc = "Toggle Sidebars" },
10-
["<Leader>f"] = { function() require("edgy").select() end, desc = "Pick Sidebar" },
9+
["<Leader>uE"] = { function() require("edgy").toggle() end, desc = "Toggle Sidebars" },
10+
["<Leader>ue"] = { function() require("edgy").select() end, desc = "Pick Sidebar" },
1111
},
1212
},
1313
},

0 commit comments

Comments
 (0)