fix(harpoon): keymaps for 1-9. Fixes #6319

This commit is contained in:
Folke Lemaitre 2025-09-15 11:24:41 +02:00
parent 02d0c9aebd
commit e2ba6bb511
No known key found for this signature in database
GPG key ID: 9B52594D560070AB

View file

@ -28,7 +28,7 @@ return {
}, },
} }
for i = 1, 5 do for i = 1, 9 do
table.insert(keys, { table.insert(keys, {
"<leader>" .. i, "<leader>" .. i,
function() function()