this post was submitted on 22 Sep 2023
44 points (100.0% liked)

Programming

16975 readers
1288 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
top 4 comments
sorted by: hot top controversial new old
[–] [email protected] 7 points 1 year ago

Short, simple, informative, and helpful. 10/10

[–] [email protected] 2 points 1 year ago

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

[–] [email protected] 2 points 1 year ago (1 children)

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.

[–] [email protected] 2 points 1 year ago

Alt+Backspace works in bash too, and should work in any other command-line program that reads input using readline.