AutoYADM commit: 2024-11-19 13:15:04
This commit is contained in:
parent
ed6562f5d0
commit
8e51110a1b
1 changed files with 12 additions and 12 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue