From 8e51110a1bdd6f230db0606b9e020531ccdfe11b Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Tue, 19 Nov 2024 13:15:04 -0500 Subject: [PATCH] AutoYADM commit: 2024-11-19 13:15:04 --- .../nvim/lua/plugins/extend-mini-files.lua | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.config/nvim/lua/plugins/extend-mini-files.lua b/.config/nvim/lua/plugins/extend-mini-files.lua index e4dcf994..0765d9fe 100644 --- a/.config/nvim/lua/plugins/extend-mini-files.lua +++ b/.config/nvim/lua/plugins/extend-mini-files.lua @@ -32,19 +32,19 @@ return { end, }, mappings = { - go_in_plus = "I", + go_in_plus = "", synchronize = ":w", - close = "q", - go_in = "i", - go_out = "m", - go_out_plus = "M", - mark_goto = "'", - mark_set = "k", - reset = "", - reveal_cwd = "@", - show_help = "g?", - trim_left = "<", - trim_right = ">", + -- close = "q", + -- go_in = "i", + -- go_out = "m", + -- go_out_plus = "M", + -- mark_goto = "'", + -- mark_set = "k", + -- reset = "", + -- reveal_cwd = "@", + -- show_help = "g?", + -- trim_left = "<", + -- trim_right = ">", }, options = { permanent_delete = false,