add lazygit intergration

This commit is contained in:
2024-09-30 06:09:00 +02:00
parent 6633cb8bc5
commit 2bed3cbe6e
2 changed files with 16 additions and 1 deletions

View File

@@ -32,6 +32,9 @@ map('n', '<leader>x', ':tabclose<CR>', opts)
map('n', '<leader>n', ':$tabnew<CR>', opts)
map('n', '<leader>s', ':$tab split<CR>', opts)
-- lazygit
map('n', '<leader>gg', '<cmd>LazyGit<CR>', opts)
-----------------
-- Visual mode --
-----------------