Default bindings are unusual for people who expect them to be usual #1895

Open
opened 2026-01-30 22:41:25 +00:00 by claunia · 0 comments
Owner

Originally created by @inputfalken on GitHub (Jun 22, 2019).

Originally assigned to: @zadjii-msft on GitHub.

Environment

Microsoft Windows [Version 10.0.18362.175]

Vim/Neovim

Steps to reproduce

Have a program running in the terminal that listens to bindings that conflict with Windows Terminal.

I noticed this in Vim when switching split editing windows of Vim. The binding is <Ctrl>+<w> and then any of <h> <j> <k> <l>.

The terminal starts crashing at this point.

Expected behavior

Not sure, for my particular issue I managed to fix this by changing the closeTab command from ctrl+w to something else.

Maybe this is Intended?

Actual behavior

The terminal crashes.

Originally created by @inputfalken on GitHub (Jun 22, 2019). Originally assigned to: @zadjii-msft on GitHub. <!-- This bug tracker is monitored by Windows Terminal development team and other technical folks. **Important: When reporting BSODs or security issues, DO NOT attach memory dumps, logs, or traces to Github issues**. Instead, send dumps/traces to secure@microsoft.com, referencing this GitHub issue. Please use this form and describe your issue, concisely but precisely, with as much detail as possible. --> # Environment ```none Microsoft Windows [Version 10.0.18362.175] Vim/Neovim ``` # Steps to reproduce Have a program running in the terminal that listens to bindings that conflict with Windows Terminal. I noticed this in Vim when switching split editing windows of Vim. The binding is `<Ctrl>+<w>` and then any of `<h> <j> <k> <l>`. The terminal starts crashing at this point. # Expected behavior Not sure, for my particular issue I managed to fix this by changing the `closeTab` command from `ctrl+w` to something else. Maybe this is Intended? # Actual behavior The terminal crashes.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#1895