-
Notifications
You must be signed in to change notification settings - Fork 38.4k
Closed
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insidersverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeeded
Milestone
Description
Having the same issue as this post, I decided to try to create my own keybindings within Jupyter vscode in order to replicate the behavior of the old Jupyter interface, regarding the effect of downarrow:
- When the cursor is not at the bottom of a cell, move the cursor down
- When the cursor is at the bottom of a cell, but not at the end of the line, move cursor to the end of the line
- When the cursor is at the bottom of a cell and at the end of the line, move to the next cell
In order to do this, however, I need to use a "when clause context" to detect when the cursor is at the end of a line. I can't seem to find such a context key. (There is, however, notebookCursorEditorAtBoundary == 'bottom', which I believe detects if the cursor is at the bottom of a cell.)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insidersverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeeded