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
fix(keybindings): make tab and escape play nicer with native vscode keybindings (#9560)
* fix(keybindings): make tab and escape play nicer with native vscode keybindings
fixes:
- `extension.vim_tab` should not take priority over `tab` keybinding that accepts Next Edit Suggestions (aka Inline Edits; NES for short)
- `extension.vim_escape` should not take priority over:
- `escape` keybinding to hide inline suggestion/completion (eg. Copilot's ghost text completion)
- `escape` keybinding to hide NES
- `escape` to hide:
- testing-explorer peek
- suggest (aka intellisense) widget
- find widget (escape currently cannot hide find widget if it's not focused)
- dirty-diff widget
- de-focusing notebook cell when vim is in normal mode
* remove `findWidget` clause
---------
Co-authored-by: Peng Lyu <[email protected]>
0 commit comments