updates cursorlinecolor and fixes harpoon

This commit is contained in:
xesc 2024-04-08 20:01:42 +02:00
parent 0b08c6a201
commit ff684aba94
2 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@ return {
local harpoon = require("harpoon")
harpoon:setup()
vim.keymap.set("n", "<leader>a", function() harpoon:list():append() end)
vim.keymap.set("n", "<leader>a", function() harpoon:list():add() end)
vim.keymap.set("n", "<C-e>", function() harpoon.ui:toggle_quick_menu(harpoon:list()) end)
vim.keymap.set("n", "<leader>n", function() harpoon:list():select(1) end)