chore: Update keymaps
This commit is contained in:
parent
6f617bce52
commit
1e6f107d00
4 changed files with 78 additions and 54 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue