mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 04:21:03 +00:00
Change harpoon keymaps
This commit is contained in:
parent
498ac06761
commit
d9cf230f57
1 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ return {
|
|||
desc = "Harpoon File",
|
||||
},
|
||||
{
|
||||
"<leader>h",
|
||||
"<leader>eh", -- edit harpoon
|
||||
function()
|
||||
local harpoon = require("harpoon")
|
||||
harpoon.ui:toggle_quick_menu(harpoon:list())
|
||||
|
|
@ -69,7 +69,7 @@ return {
|
|||
|
||||
local set = LazyVim.safe_keymap_set
|
||||
|
||||
set("n", "<leader>fh", function()
|
||||
set("n", "<leader>h", function()
|
||||
toggle_telescope(harpoon:list())
|
||||
end, { desc = "Open harpoon window" })
|
||||
end,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue