✨ feat(nvim): add harpoon keymap to clear all the marks
This commit is contained in:
parent
1ed1abb13d
commit
6d68af55ab
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ table.insert(keys, { "[H", function() require("harpoon"):list():prev() end, desc
|
|||
|
||||
table.insert(keys, { "<C-A-l>", function() require("harpoon"):list():next() end, desc = "Next Harpoon File" })
|
||||
table.insert(keys, { "<C-A-h>", function() require("harpoon"):list():prev() end, desc = "Prev Harpoon File" })
|
||||
table.insert(keys, { "hc", function() require("harpoon"):list():clear() end, desc = "Clear all Files" })
|
||||
-- stylua: ignore end
|
||||
|
||||
return {
|
||||
|
|
Loading…
Add table
Reference in a new issue