Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix history navigation in VS Code interactive window #6980

Merged
merged 4 commits into from Aug 11, 2021

Conversation

rebornix
Copy link
Member

Fix microsoft/vscode#130425.

VS Code introduced a new Interactive Window editor whose input box is a regular editor with history support. However the history are navigated through arrow keys, which conflict with Vim. In this PR, we call VS Code's command to do history navigation when it's in insert mode and the cursor is at the first line or last line.

@rebornix rebornix self-assigned this Aug 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Interactive window input history navigation with up / down arrows conflicts with Vim extension keybindings
1 participant