Browse Source

Neogit keybind

main
Yigit Colakoglu 1 year ago
parent
commit
a046d7c6e9
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      .config/nvim/lua/keybinds/plugin.lua

+ 5
- 0
.config/nvim/lua/keybinds/plugin.lua View File

@ -52,5 +52,10 @@ map('n', '<Leader>Z', "<Cmd> lua require('zen-mode').toggle({})<CR>", {
desc = "Toggle zen mode"
})
map('n', '<Leader>G', "<Cmd> Neogit<CR>", {
noremap = true,
desc = "Open Neogit"
})
vim.keymap.set("n", "<C-e>", function() toggle_telescope(harpoon:list()) end,
{ desc = "Open harpoon window" })

Loading…
Cancel
Save