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 = { harpoon = {
enable = true; enable = true;
mappings.listMarks = "<leader>hl"; mappings.listMarks = "<leader>ml";
mappings.markFile = "<leader>hm"; mappings.markFile = "<leader>mm";
setupOpts.defaults.save_on_toggle = true; setupOpts.defaults.save_on_toggle = true;
setupOpts.defaults.sync_on_ui_close = true; setupOpts.defaults.sync_on_ui_close = true;
}; };