fix(nvf): remap harpoon mappings to use "mm" and "ml"
This commit is contained in:
parent
eab372bd11
commit
8a4f136d02
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
harpoon = {
|
||||
enable = true;
|
||||
mappings.listMarks = "<leader>hl";
|
||||
mappings.markFile = "<leader>hm";
|
||||
mappings.listMarks = "<leader>ml";
|
||||
mappings.markFile = "<leader>mm";
|
||||
setupOpts.defaults.save_on_toggle = true;
|
||||
setupOpts.defaults.sync_on_ui_close = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue