Reputation: 561
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
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
Upvotes: 0