-
While I'm in inserting mode, why happens that closes the chat pane? |
Beta Was this translation helpful? Give feedback.
Answered by
sonic182
Oct 18, 2024
Replies: 2 comments
-
Seems that it is by the keymaps configs, can someone help me to override/remove it? |
Beta Was this translation helpful? Give feedback.
0 replies
-
OK I found how to do it: require("codecompanion").setup({
strategies = {
chat = {
adapter = "openai",
keymaps = {
close = {
modes = {
n = "<C-z>",
i = "<C-z>",
},
}
}
},
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
olimorris
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OK I found how to do it: