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,