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
Describe the bug
When trying to replace a character in the first line of a jupyter cell with k, or a character in the last line with j, focus shifts to another cell.
To Reproduce
Make a jupyter notebook.
Make three cells and one line of text in the middle cell.
Put the cursor on any character in that line and type rj in normal mode. Your cursor ends up in the next cell.
Move back up to the previous cell with k, then press any character exceptj or k. The first character of the line gets replaced with that character.
Expected behavior
The character should have been replaced with j in step 3.
Screenshots
Notebook setup
After rj
After kx
Environment (please complete the following information):
Extension (VsCodeVim) version: 1.29.0
VSCode version: 1.96.4
OS: Windows 11
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
When trying to replace a character in the first line of a jupyter cell with
k
, or a character in the last line withj
, focus shifts to another cell.To Reproduce
rj
in normal mode. Your cursor ends up in the next cell.k
, then press any character exceptj
ork
. The first character of the line gets replaced with that character.Expected behavior
The character should have been replaced with
j
in step 3.Screenshots
Notebook setup
![Image](https://private-user-images.githubusercontent.com/6756596/409394115-c5fd2157-1818-493b-bbca-bb0a6b384db0.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNDI1ODEsIm5iZiI6MTczOTE0MjI4MSwicGF0aCI6Ii82NzU2NTk2LzQwOTM5NDExNS1jNWZkMjE1Ny0xODE4LTQ5M2ItYmJjYS1iYjBhNmIzODRkYjAucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwOSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDlUMjMwNDQxWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9OGU0ZWNkZjcxZWE2Zjg0MTJlOGI4OThlNmY0MjllZjliNmE4YTRiY2Y4OWNlMWYwM2FiNmZkZDZhZjg3NDQwYiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.EopvMd_6lwUvCCWQgMYYCIsV7md4-LSGLsSZKrOziNg)
After
rj
After
kx
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: