✨ feat(nvim): new keymap to open the line git blame on lazygit
This commit is contained in:
parent
26c379ea9d
commit
d323c40492
1 changed files with 3 additions and 0 deletions
|
@ -222,3 +222,6 @@ map("n", "go", "<Cmd>call append(line('.'), repeat([''], v:count1))<CR>", { desc
|
|||
|
||||
-- Insert Mode
|
||||
map({ "c", "i", "t" }, "<M-BS>", "<C-w>", { desc = "Delete Word" })
|
||||
|
||||
-- Git
|
||||
map("n", "<leader>ghB", LazyVim.lazygit.blame_line, { desc = "Blame Line (LazyGit)" })
|
||||
|
|
Loading…
Add table
Reference in a new issue