diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-06 07:14:50 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-06 07:14:50 +0900 |
| commit | f97af277529d49c78e999ca1a54a12829d54fad9 (patch) | |
| tree | 3a9d041b4d8b757503906b46940b803aeb22c9d8 /ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/harpoon2.lua | |
| parent | 950178c47f25ee7d8fb906a76227085e4dc1fa30 (diff) | |
modified plugins/harpoon2.lua, modified plugins/mini.lua, modified bin/qndl
Diffstat (limited to 'ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/harpoon2.lua')
| -rw-r--r-- | ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/harpoon2.lua | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/harpoon2.lua b/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/harpoon2.lua index 8b6668b..c68f385 100644 --- a/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/harpoon2.lua +++ b/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/harpoon2.lua @@ -51,6 +51,13 @@ return { desc = "Add buffer to harpoon list", }, { + "<leader>hi", + function() + require("harpoon"):list():prepend() + end, + desc = "Prepend buffer to harpoon list", + }, + { "<C-q>", function() local harpoon = require("harpoon") |
