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