How to use inline chat with Copilot? #987
Unanswered
orlandoXu (orlandoxu)
asked this question in
Q&A
Replies: 5 comments 1 reply
|
Same issue here, very frustrating. |
0 replies
|
Also waiting on a fix for this. Very annoying. |
0 replies
|
We gotta keep hassling the GitHub folks, I guess? |
0 replies
|
I am hitting this also :) |
0 replies
|
I'm using this workaround, and it has been working fine so far sethandler <C-i> a:vim
nmap <C-i> i<Action>(OpenInlineChatAction)
imap <C-i> <Action>(OpenInlineChatAction) |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
When using Copilot's inline chat, there is a conflict with Ideavim. The backspace key cannot be used in inline chat.
Does anyone know how to solve it?
All reactions