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