Skip to content

Commit

Permalink
fix(plugins): leep default keymaps of ChatGPT cause new versions brea…
Browse files Browse the repository at this point in the history
…ks custom ones
  • Loading branch information
ecosse3 committed Mar 17, 2023
1 parent 4c0eee8 commit fe83f5d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lua/plugins/chat-gpt.lua
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
require("chatgpt").setup({
keymaps = {
close = { "<C-c>", "<Esc>" },
yank_last = "<C-y>",
scroll_up = "<C-u>",
scroll_down = "<C-d>",
toggle_settings = "<C-o>",
new_session = "<C-m>",
cycle_windows = "<Tab>",
},
})

0 comments on commit fe83f5d

Please sign in to comment.