diff --git a/nvim/init.lua b/nvim/init.lua index 4eefc3f..036073a 100644 --- a/nvim/init.lua +++ b/nvim/init.lua @@ -844,7 +844,7 @@ require('lazy').setup({ -- setting the keybinding for LazyGit with 'keys' is recommended in -- order to load the plugin when the command is run for the first time keys = { - vim.keymap.set('g', 'lg', 'LazyGit', { desc = 'LazyGit' }) + vim.keymap.set('n', 'lg', 'LazyGit', { desc = 'LazyGit' }) } }, { "olimorris/codecompanion.nvim",