diff --git a/.config/nvim/lua/keybinds/plugin.lua b/.config/nvim/lua/keybinds/plugin.lua index a99cf22e..65332204 100644 --- a/.config/nvim/lua/keybinds/plugin.lua +++ b/.config/nvim/lua/keybinds/plugin.lua @@ -52,5 +52,10 @@ map('n', 'Z', " lua require('zen-mode').toggle({})", { desc = "Toggle zen mode" }) +map('n', 'G', " Neogit", { + noremap = true, + desc = "Open Neogit" +}) + vim.keymap.set("n", "", function() toggle_telescope(harpoon:list()) end, { desc = "Open harpoon window" })