You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
VSCodeVim blocks VS Code's native handling of Tab and Escape
Currently setting tab in vim.handleKeys does nothing
"vim.handleKeys": {
"<tab>": false,
}
Describe the solution you'd like
Since tab is frequently used by other extensions and VS Code itself it would be helpful to allow the native handling to happen from VSCodeVim.
Similarly, escape is also used for many native affordances. Since escape in normal mode isn't typically mapped to anything it would be helpful if VSCodeVim could allow native handling of esc when in normal mode.
A clear and concise description of what you want to happen.
Describe alternatives you've considered
Attempted to change settings and keybindings, but couldn't get anything to work.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
VSCodeVim blocks VS Code's native handling of Tab and Escape
Currently setting tab in vim.handleKeys does nothing
Describe the solution you'd like
Since tab is frequently used by other extensions and VS Code itself it would be helpful to allow the native handling to happen from VSCodeVim.
Similarly, escape is also used for many native affordances. Since escape in normal mode isn't typically mapped to anything it would be helpful if VSCodeVim could allow native handling of esc when in normal mode.
A clear and concise description of what you want to happen.
Describe alternatives you've considered
Attempted to change settings and keybindings, but couldn't get anything to work.
The text was updated successfully, but these errors were encountered: