diff --git a/lua/custom/plugins/lazygit.lua b/lua/custom/plugins/lazygit.lua index c723e281..0f783c45 100644 --- a/lua/custom/plugins/lazygit.lua +++ b/lua/custom/plugins/lazygit.lua @@ -5,7 +5,7 @@ return { 'nvim-lua/plenary.nvim', }, config = function() - vim.keymap.set('n', 'gg', ':LazyGit', { silent = true, noremap = true, desc = 'Toggle [L]azy Git' }) + vim.keymap.set('n', 'tg', ':LazyGit', { silent = true, noremap = true, desc = '[T]oggle [L]azy Git' }) end, }, }