You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support option+delete to delete previous word on macOS
Support ctrl+backspace to delete previous word on Windows/Linux
I don't believe you can configure this in your ~/.inputrc file since C0 DEL is sent regardless of whether alt was pressed or not.
This is one of those "safe defaults" that is probably good to have, I do think we need to look at how to make these defaults optional/configurable though (created #487). Here's how Terminal.app enables configuration: http://stackoverflow.com/a/29773694/1156119
The text was updated successfully, but these errors were encountered:
Tyriar
changed the title
Support option+delete/ctrl+backspace to delete words on Mac/Windows/Linux) (^C)
Support option+delete/ctrl+backspace to delete words on Mac/Windows/Linux) (^W)
Jan 19, 2017
Downstream issue: microsoft/vscode#11314
I don't believe you can configure this in your
~/.inputrc
file since C0 DEL is sent regardless of whether alt was pressed or not.This is one of those "safe defaults" that is probably good to have, I do think we need to look at how to make these defaults optional/configurable though (created #487). Here's how Terminal.app enables configuration: http://stackoverflow.com/a/29773694/1156119
The text was updated successfully, but these errors were encountered: