Skip to content

Commit

Permalink
feat: add c-g
Browse files Browse the repository at this point in the history
  • Loading branch information
debugtheworldbot committed Jan 5, 2024
1 parent 95a6396 commit 6668d3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/astronvim/mappings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ if is_available "toggleterm.nvim" then
if vim.fn.executable "lazygit" == 1 then
maps.n["<leader>g"] = sections.g
maps.n["<leader>gg"] = { function() utils.toggle_term_cmd "lazygit" end, desc = "ToggleTerm lazygit" }
maps.n["<C-g>"] = { function() utils.toggle_term_cmd "lazygit" end, desc = "ToggleTerm lazygit" }
maps.n["<leader>tl"] = { function() utils.toggle_term_cmd "lazygit" end, desc = "ToggleTerm lazygit" }
end
if vim.fn.executable "node" == 1 then
Expand Down

0 comments on commit 6668d3c

Please sign in to comment.