Skip to content

Commit

Permalink
fix(gp.nvim): duplicated mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
Allaman committed Mar 24, 2024
1 parent 4666f2e commit d039c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/core/plugins/gp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ local default_keys = {
{ "<leader>id", "<cmd>GpChatDelete<cr>", desc = "Delete current chat" },
{ "<leader>ii", "<cmd>GpImage<cr>", desc = "Create an image" },
{ "<leader>is", "<cmd>GpStop<cr>", desc = "Stop all running jobs and responses" },
{ "<leader>it", "<cmd>GpTranslator vsplit<cr>", desc = "Translate" },
{ "<leader>il", "<cmd>GpTranslator vsplit<cr>", desc = "Translate" },
}

return {
Expand Down

0 comments on commit d039c2b

Please sign in to comment.