mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
update
This commit is contained in:
parent
51f620cadd
commit
793c08910a
2 changed files with 2 additions and 3 deletions
|
@ -161,8 +161,7 @@ local mappings = {
|
|||
|
||||
g = {
|
||||
name = "Git",
|
||||
-- g = { "<cmd>lua _LAZYGIT_TOGGLE()<CR>", "Lazygit" },
|
||||
g = { "<cmd>ToggleTerm direction=float<cr>lazygit<cr>", "Lazygit" },
|
||||
g = { "<cmd>lua _LAZYGIT_TOGGLE()<CR>", "Lazygit" },
|
||||
j = { "<cmd>lua require 'gitsigns'.next_hunk()<cr>", "Next Hunk" },
|
||||
k = { "<cmd>lua require 'gitsigns'.prev_hunk()<cr>", "Prev Hunk" },
|
||||
l = { "<cmd>lua require 'gitsigns'.blame_line()<cr>", "Blame" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue