mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 04:21: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
|
||||
|
||||
local set = LazyVim.safe_keymap_set
|
||||
set("n", "<C-e>", function()
|
||||
|
||||
set("n", "<leader>fh", function()
|
||||
toggle_telescope(harpoon:list())
|
||||
end, { desc = "Open harpoon window" })
|
||||
end,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue