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
When typing y in normal mode, there is no Operator Pending Mode in the status bar. Maybe this is linked to how Escape does not seem to work with operator pending mode in Jupyter notebooks as explained here : #7425 (comment)
To Reproduce
Open a file (preferably a Jupyter notebook to also see the issue with escape which was mentioned in the previous section)
Press y in normal mode to enter operator pending mode
See that there is no status indication and that escape acts as though vim is in normal mode and exits the edit cell in Jupyter notebooks (unlike insert or visual mode).
Expected behavior
That it behaves like visual and insert mode showing an indication in the status bar. Moreover, I would expect that escape works with operator pending mode in the same way that it does with insert mode an visual mode in Jupyter notebooks. That is, that it returns to normal mode when pressing escape instead of exiting the cell.
Screenshots
Environment (please complete the following information):
Extension (VsCodeVim) version: v1.25.2
VSCode version: 1.78.2
OS: Linux Fedora
Additional context
The text was updated successfully, but these errors were encountered:
Thank you for this very nice extension.
Describe the bug
When typing
y
in normal mode, there is noOperator Pending Mode
in the status bar. Maybe this is linked to how Escape does not seem to work with operator pending mode in Jupyter notebooks as explained here : #7425 (comment)To Reproduce
Open a file (preferably a Jupyter notebook to also see the issue with escape which was mentioned in the previous section)
Press
y
in normal mode to enter operator pending modeSee that there is no status indication and that escape acts as though vim is in normal mode and exits the edit cell in Jupyter notebooks (unlike insert or visual mode).
Expected behavior
That it behaves like visual and insert mode showing an indication in the status bar. Moreover, I would expect that escape works with operator pending mode in the same way that it does with insert mode an visual mode in Jupyter notebooks. That is, that it returns to normal mode when pressing escape instead of exiting the cell.
Screenshots
Environment (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: