nvim: update harpoon keybind
This commit is contained in:
parent
877411495d
commit
d77c920285
@ -11,7 +11,7 @@ local harpoon = require("harpoon")
|
|||||||
-- REQUIRED
|
-- REQUIRED
|
||||||
harpoon:setup()
|
harpoon:setup()
|
||||||
-- REQUIRED
|
-- REQUIRED
|
||||||
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-t>", function() harpoon.ui:toggle_quick_menu(harpoon:list()) end)
|
vim.keymap.set("n", "<C-t>", function() harpoon.ui:toggle_quick_menu(harpoon:list()) end)
|
||||||
vim.keymap.set("n", "<C-q>", function() harpoon:list():select(1) end)
|
vim.keymap.set("n", "<C-q>", function() harpoon:list():select(1) end)
|
||||||
vim.keymap.set("n", "<C-w>", function() harpoon:list():select(2) end)
|
vim.keymap.set("n", "<C-w>", function() harpoon:list():select(2) end)
|
||||||
|
Loading…
Reference in New Issue
Block a user