summaryrefslogtreecommitdiff
path: root/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/mini.lua
diff options
context:
space:
mode:
Diffstat (limited to 'ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/mini.lua')
-rw-r--r--ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/mini.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/mini.lua b/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/mini.lua
index 73cde53..ee08c4a 100644
--- a/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/mini.lua
+++ b/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/mini.lua
@@ -312,7 +312,7 @@ return {
},
keys = {
{
- "<leader>e",
+ "<leader>ee",
function()
if not MiniFiles.close() then
require("mini.files").open(vim.api.nvim_buf_get_name(0), true)
@@ -321,7 +321,7 @@ return {
desc = "Open mini.files",
},
{
- "<leader>E",
+ "<leader>eE",
function()
require("mini.files").open(vim.uv.cwd(), true)
end,