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*

4
  • Only in zsh though does Meta-D delete the same type of word that Ctrl-W does (blank delimited ones). In bash in vi mode, you can use dW to delete those Commented Sep 25, 2017 at 20:47
  • 1
    @StéphaneChazelas Yes, they (the two keycombos) have a different view of what constitutes a "word". Commented Sep 25, 2017 at 20:51
  • 1
    You can check the "use option as meta" in the terminal Keyboard preferences to make it work. Commented Jun 11, 2018 at 8:07
  • 2
    Both Esc+D and Alt+D work in xfce4 terminal 0.6.3. Commented Dec 1, 2018 at 16:02