mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
Change harpoon/telescope mapping
This commit is contained in:
parent
8697939562
commit
498ac06761
1 changed files with 2 additions and 1 deletions
|
|
@ -68,7 +68,8 @@ return {
|
||||||
end
|
end
|
||||||
|
|
||||||
local set = LazyVim.safe_keymap_set
|
local set = LazyVim.safe_keymap_set
|
||||||
set("n", "<C-e>", function()
|
|
||||||
|
set("n", "<leader>fh", function()
|
||||||
toggle_telescope(harpoon:list())
|
toggle_telescope(harpoon:list())
|
||||||
end, { desc = "Open harpoon window" })
|
end, { desc = "Open harpoon window" })
|
||||||
end,
|
end,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue