chore: Update keymaps

This commit is contained in:
Fabio Lenherr / DashieTM 2023-11-18 14:19:36 +01:00
parent 6f617bce52
commit 1e6f107d00
4 changed files with 78 additions and 54 deletions

View file

@ -67,7 +67,7 @@ end, { desc = "Commits" })
map("n", "<leader>gw", function()
require("telescope.builtin").git_bcommits()
end, { desc = "Commits in branch" })
map("n", "<leader>ge", function()
map("n", "<leader>gb", function()
require("telescope.builtin").git_branches()
end, { desc = "Branches" })
map("n", "<leader>gr", function()