c/programming · by LGUG2Z@lemmy.world · 2ySensible $WORDCHARS for Most Developers https://lgug2z.com/articles/sensible-wordchars-for-most-developers/48 points · 4 comments · view on lemmy.world
4 Comments
cd_slash_rmrf@programming.dev · 8 pts · 2y
Short, simple, informative, and helpful. 10/10
jeffhykin@lemm.ee · 2 pts · 2y
I've been wanting to change this setting for SO LONG I just didn't know what it was called. Very happy to accidentally run into this
southernbrewer@lemmy.world · 2 pts · 2y
You can delete a word in a terminal? Is this zsh specific or is there a bash equivalent?
Terminal user for 20 years, never heard of this.
Snarwin@kbin.social · 3 pts · 2y
Alt+Backspace works in bash too, and should work in any other command-line program that reads input using readline.