updates cursorlinecolor and fixes harpoon
This commit is contained in:
parent
0b08c6a201
commit
ff684aba94
2 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue