AutoYADM commit: 2024-11-19 13:15:04

This commit is contained in:
Daniel Fichtinger 2024-11-19 13:15:04 -05:00
parent ed6562f5d0
commit 8e51110a1b

View file

@ -32,19 +32,19 @@ return {
end,
},
mappings = {
go_in_plus = "I",
go_in_plus = "<CR>",
synchronize = ":w",
close = "q",
go_in = "i",
go_out = "m",
go_out_plus = "M",
mark_goto = "'",
mark_set = "k",
reset = "<BS>",
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 = "<BS>",
-- reveal_cwd = "@",
-- show_help = "g?",
-- trim_left = "<",
-- trim_right = ">",
},
options = {
permanent_delete = false,