per git branch harpoon list
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
local harpoon = require("harpoon")
|
||||
local mark = require("harpoon.mark")
|
||||
local ui = require("harpoon.ui")
|
||||
|
||||
harpoon.setup({
|
||||
mark_branch = true,
|
||||
})
|
||||
|
||||
vim.keymap.set("n", "<leader>a", mark.add_file)
|
||||
vim.keymap.set("n", "<C-e>", ui.toggle_quick_menu)
|
||||
|
||||
@@ -8,5 +13,3 @@ vim.keymap.set("n", "<C-g>", function() ui.nav_file(1) end)
|
||||
vim.keymap.set("n", "<C-h>", function() ui.nav_file(2) end)
|
||||
vim.keymap.set("n", "<C-b>", function() ui.nav_file(3) end)
|
||||
vim.keymap.set("n", "<C-n>", function() ui.nav_file(4) end)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user