AutoYADM commit: 2024-11-11 16:15:02

This commit is contained in:
Daniel Fichtinger 2024-11-11 16:15:02 -05:00
parent df45e927a5
commit a4babaae75
4 changed files with 25 additions and 2 deletions

View file

@ -6,8 +6,8 @@ local function retmap()
inline_surround_change = "<leader>mc", -- (string|boolean) change emphasis surrounding cursor
-- link_add = "<leader>ml", -- (string|boolean) add link
-- link_follow = "<leader>mx", -- (string|boolean) follow link
go_curr_heading = "<leader>mp",
go_parent_heading = "<leader>mP",
go_curr_heading = "<leader>mh",
go_parent_heading = "<leader>mH",
go_next_heading = "<M-n>",
go_prev_heading = "<M-e>",
}