install and setup harpoon
This commit is contained in:
parent
4a6499f52c
commit
df5f771f07
3 changed files with 113 additions and 20 deletions
|
@ -63,25 +63,5 @@
|
|||
desc = "View Blame";
|
||||
};
|
||||
}
|
||||
|
||||
{
|
||||
mode = ["n"];
|
||||
key = "[h";
|
||||
action = "<cmd>Gitsigns prev_hunk<cr>";
|
||||
options = {
|
||||
silent = true;
|
||||
desc = "Goto Previous Hunk";
|
||||
};
|
||||
}
|
||||
|
||||
{
|
||||
mode = ["n"];
|
||||
key = "]h";
|
||||
action = "<cmd>Gitsigns next_hunk<cr>";
|
||||
options = {
|
||||
silent = true;
|
||||
desc = "Goto Next Hunk";
|
||||
};
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue