mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-24 13:31:04 +00:00
Change harpoon mapping
This commit is contained in:
parent
15c1cc919b
commit
a8ff52ad21
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ return {
|
||||||
keys = function()
|
keys = function()
|
||||||
local keys = {
|
local keys = {
|
||||||
{
|
{
|
||||||
"<leader>H",
|
"<leader><leader>h",
|
||||||
function()
|
function()
|
||||||
require("harpoon"):list():add()
|
require("harpoon"):list():add()
|
||||||
end,
|
end,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue