summaryrefslogtreecommitdiff
path: root/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/mini.lua
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-06 17:29:57 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-06 17:29:57 +0900
commit58b470132119f01883ef68411adf62f65d91a0e9 (patch)
tree307fbb954892feeea35e6fe343032e59893df714 /ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/mini.lua
parent7abaacdd7b7ebadaa6833c200eead4e84cb236d8 (diff)
updates
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,