Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • Very useful! This works especially well with bash's magic-space option in inputrc to automatically expand history expansions. (I couldn't use the top-voted answer because I've set ^W to break at slashes since that's usually more useful.) Commented Jan 22, 2016 at 17:40
  • 2
    @SorenBjornstad alt+backspace usually already stops at word delimiters like slashes, so you needn't change how ^W to get that functionality, you can have both delete non-word-character or whitespace delimited words Commented Dec 17, 2016 at 13:13