update
This commit is contained in:
parent
88adad6be6
commit
e3fd03ecbd
2 changed files with 3 additions and 3 deletions
|
|
@ -5,10 +5,10 @@ return {
|
|||
dependencies = { 'nvim-lua/plenary.nvim' },
|
||||
init = function()
|
||||
local harpoon = require 'harpoon'
|
||||
vim.keymap.set('n', '<leader>hh', function()
|
||||
vim.keymap.set('n', '<leader>jj', function()
|
||||
harpoon.ui:toggle_quick_menu(harpoon:list())
|
||||
end)
|
||||
vim.keymap.set('n', '<leader>ha', function()
|
||||
vim.keymap.set('n', '<leader>ja', function()
|
||||
harpoon:list():add()
|
||||
end)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue