396
Just to be safe (sh.itjust.works)
you are viewing a single comment's thread
view the rest of the comments
[-] AlolanYoda@mander.xyz 19 points 10 months ago

Question: why does nobody else save and exit with ":x" or ":x!"?

[-] Parabola@lemmy.world 20 points 10 months ago

Lots of people don’t know. Just like ctrl+r to substring search your command history in bash.

[-] xmunk@sh.itjust.works 13 points 10 months ago* (last edited 10 months ago)

I seriously pity people who don't know ctrl+r that is one of the most important tools for productivity on the cli.

[-] naught@sh.itjust.works 9 points 10 months ago* (last edited 10 months ago)

And you can hook in fzf to it to get a proper list of previous commands all fuzzy matched!! Oh-my-zsh just requires adding fzf to your plugins list (:

I survived for years with just https://github.com/zsh-users/zsh-autosuggestions which is similarly great, but fills a slightly different role. Just start typing and you'll see a faded preview of the most recent command matching & u ctrl+f to autocomplete it. Is gr8

e: clarified what zsh-autosuggest does

[-] catastrophicblues@lemmy.ca 1 points 10 months ago

I’ve found it’s a bit overrated honestly. Usually, I also need the commands before and after something, so I use history | grep -B N cmd instead

[-] fiqusonnick@lemmy.blahaj.zone 4 points 10 months ago

ctrl+r to WHAT

IM SO FUCKING PISSED OFF RIGHT NOW

[-] Parabola@lemmy.world 1 points 10 months ago

LOL. I had the same reaction when I found out a decade ago.

[-] dandroid@dandroid.app 3 points 10 months ago

I just got moved to a new team, and my new team lead up arrow spams. I was about to tell him about ctrl-r, but he found his command, and I'm awkward, so I didn't say anything. Maybe next time.

[-] loutr@sh.itjust.works 12 points 10 months ago

I guess by the time I came across :x, :wq was already too ingrained to bother switching.

[-] rustydrd@sh.itjust.works 10 points 10 months ago* (last edited 10 months ago)

No specific reason, but I'd rather be deep in the cold, cold ground before I quit with ":x" instead of ":wq".

[-] Derp@lemmy.ml 1 points 8 months ago

But... But :x is superior because it doesn't overwrite unchanged files with a new modified date :(

[-] eran_morad@lemmy.world 6 points 10 months ago

Whoa. I’ve been doing :wq for like 25 years and never new about :x.

[-] velox_vulnus@lemmy.ml 4 points 10 months ago* (last edited 10 months ago)

I was quite habituated with :x/:x!, but after switching to Kakoune, I use :wq/:wq!, because :x/:x! does not exist. Yes, it's one extra key, but I like the overall reduce in cognitive overhead.

It's such an awkward letter to reach, also I'm stuck in my ways leave me alone

[-] Strider@lemmy.world 1 points 9 months ago
[-] WeirdGoesPro@lemmy.dbzer0.com 1 points 10 months ago

What am I, a farmer? /s

this post was submitted on 19 Nov 2023
396 points (95.8% liked)

Programmer Humor

32069 readers
461 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS