fixed lazygit keybinding

This commit is contained in:
Oliver Hartmann 2022-12-24 22:36:47 +01:00
parent c52f6304d4
commit fa41d32ae1

View File

@ -152,7 +152,8 @@ local plugins = {
config = function()
require('setup/toggleterm')
end,
cmd = 'ToggleTerm'
cmd = 'ToggleTerm',
keys = '<space>g'
},
{
'gbprod/yanky.nvim',