As IDE Extensions
To be added
Table of contents
Extensions
- VSCode: vscodevim.vim
- IntelliJ: IdeaVim
GitHub Copilot
If you’re using GitHub Copilot, the default key mapping for Dismiss an inline suggestion is Esc.
However, since Esc is used to switch to normal mode in Vim, you’d probably want to map it to something else.
- VSCode: editor.action.inlineSuggest.hide
- IntelliJ: Copilot: Hide Completions in Editor
References: