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

Support option+delete/ctrl+backspace to delete words on Mac/Windows/Linux) (^W) #486

Closed
Tyriar opened this issue Jan 17, 2017 · 1 comment
Labels
duplicate type/enhancement Features or improvements to existing features

Comments

@Tyriar
Copy link
Member

Tyriar commented Jan 17, 2017

Downstream issue: microsoft/vscode#11314

  • 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

@Tyriar Tyriar added the feature label Jan 17, 2017
@Tyriar 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
@Tyriar Tyriar added type/enhancement Features or improvements to existing features and removed type/feature labels Apr 4, 2018
@Tyriar
Copy link
Member Author

Tyriar commented Jun 1, 2018

Merging into #487

@Tyriar Tyriar closed this as completed Jun 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate type/enhancement Features or improvements to existing features
Projects
None yet
Development

No branches or pull requests

1 participant