Jeff
Jeff

Reputation: 561

With GitHub Copilot Next Edit Suggestions (preview), How do I Remap [Tab] and [Esc] as those Conflict with Vim?

I'm a VS Code user that uses the vscodevim extension. When also using GitHub Copilot Next Edit Suggestion (NES) feature, it requires the usage of Tab and ESC which conflict with VIM.

How can a remap the NES keys, as Tab in Normal mode does not register and ESC in Insert mode exits Insert mode?

Upvotes: 1

Views: 114

Answers (1)

Alfred Luu
Alfred Luu

Reputation: 2026

In VS Code you can re-arrange your Keybinding to avoid conflict of these extension functions

Ctrl Shift P > type Open Keyboard Shortcut > type Tab and change to your preference

enter image description here

Upvotes: 0

Related Questions