mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-23 21:11: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",
|
desc = "Harpoon File",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"<leader>h",
|
"<leader>eh", -- edit harpoon
|
||||||
function()
|
function()
|
||||||
local harpoon = require("harpoon")
|
local harpoon = require("harpoon")
|
||||||
harpoon.ui:toggle_quick_menu(harpoon:list())
|
harpoon.ui:toggle_quick_menu(harpoon:list())
|
||||||
|
|
@ -69,7 +69,7 @@ return {
|
||||||
|
|
||||||
local set = LazyVim.safe_keymap_set
|
local set = LazyVim.safe_keymap_set
|
||||||
|
|
||||||
set("n", "<leader>fh", function()
|
set("n", "<leader>h", 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