feat: adjust lazygit map
This commit is contained in:
parent
174d7d269d
commit
64192db242
|
|
@ -5,7 +5,7 @@ return {
|
||||||
'nvim-lua/plenary.nvim',
|
'nvim-lua/plenary.nvim',
|
||||||
},
|
},
|
||||||
config = function()
|
config = function()
|
||||||
vim.keymap.set('n', '<leader>gg', ':LazyGit<CR>', { silent = true, noremap = true, desc = 'Toggle [L]azy Git' })
|
vim.keymap.set('n', '<leader>tg', ':LazyGit<CR>', { silent = true, noremap = true, desc = '[T]oggle [L]azy Git' })
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue