Skip to content

Commit

Permalink
fix(nvim): Fix keybind for gitlinker.nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed May 23, 2024
1 parent 25b5d32 commit d4f60d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvim/lua/my/configure/git.lua
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ return {
},
})
end,
keys = { { '<leader>gy', desc = 'Copy GitHub permalink' } },
keys = { { '<leader>gy', '<cmd>GitLink<cr>', desc = 'Copy GitHub link', silent = true } },
},
{
'lewis6991/gitsigns.nvim',
Expand Down

0 comments on commit d4f60d7

Please sign in to comment.