fix(nvf): remap harpoon mappings to use "mm" and "ml"

This commit is contained in:
Mohammad Rafiq 2025-06-23 05:20:07 +08:00
parent eab372bd11
commit 8a4f136d02
No known key found for this signature in database

View file

@ -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;
};