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,
|
||||
},
|
||||
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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue