Problem: Pressing backspace in ConPTY on Windows deletes an entire word, not just a single character. This is the same as pressing Alt + backspace in cmd.exe.
Solution: When using ConPTY on Windows, the VTERM_KEY_BACKSPACE key is now sent when the Backspace key or Ctrl+H is detected.
Historically, Windows has assigned the code 0x7F (DEL) to backspace, and it seems necessary to follow that behavior when using ConPTY.
https://github.com/vim/vim/pull/19065
(2 files)
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
thanks
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()