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: colliding ctrl+w bindings in terminal #1300

Merged
merged 2 commits into from
Jul 7, 2023

Conversation

martin-braun
Copy link
Contributor

@martin-braun martin-braun commented Jul 7, 2023

Fixes #1297

Primary focus is to allow using ctrl+w to delete the last word. Will introduce a new issue for now: We cannot escape the terminal (for now).

@martin-braun martin-braun marked this pull request as draft July 7, 2023 08:34
@martin-braun martin-braun marked this pull request as ready for review July 7, 2023 08:40
@martin-braun
Copy link
Contributor Author

@theol0403 I like the idea of using <C-ESC> to exit the terminal focus. I think this can be merged. In regards of the pane prefix discussion, that should be held at #1252 at a later stage.

@theol0403 theol0403 merged commit f5a25f9 into vscode-neovim:master Jul 7, 2023
4 of 5 checks passed
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.

bug: neovim extension blocks ctrl+w binding for kill-word in terminal
2 participants