Large keymapping overhaul

This commit is contained in:
Martin Larsson 2025-05-30 13:57:11 +02:00
parent 11af8c9452
commit 9fb6438efa
9 changed files with 27 additions and 81 deletions

View file

@ -16,6 +16,6 @@ return {
lazy = true,
opts = {},
keys = {
{ "<leader>g", function() require("neogit").open() end }
{ "<leader>v", function() require("neogit").open() end }
},
}