I’m trying out Obsidian for taking notes, and this made me laugh.

2 points

nano crew where you at

permalink
report
reply
1 point

hopefully switching to micro

permalink
report
parent
reply
2 points

I made that switch a few months ago just so I could cut, copy and paste without having to lookup how to do it. it’s been great.

permalink
report
parent
reply
0 points

I never get the need to use vim and nano exists.

permalink
report
parent
reply
0 points

It just makes a lot of stuff way easier once you know how to use it. Switching out a word for another: two button-presses, duplicating a line: three presses, deleting 500 consecutive lines: five presses

permalink
report
parent
reply
0 points

But you can do all that with nano and it is straight forward and you don’t need to memorize any key combinations. I mean, I get it and no judgement here. I just use nano because it’s easy and quick.

permalink
report
parent
reply
0 points

I don’t understand the need for Ctrl-C/V, when manually copying the text exists. I know it’s snarky, but that’s the level of difference we’re talking about here. Or imagine, to delete a line, someone Right Arrows 50 times, then backspaces 50 times, instead of using the shortcut.

permalink
report
parent
reply
1 point

If anyone needs the command: :q!

If you want the computer to ask if you’re sure: :q

If you want to save: :wq

permalink
report
reply
0 points

You’re nullifying that safety measure by doing this you know

permalink
report
parent
reply
0 points

Some people just want to see the world burning

permalink
report
parent
reply
0 points

If you want to save: :wq

Or :x

permalink
report
parent
reply
1 point
*

Tricky question, but I think I have a solution:

:!readlink /proc/$PPID/fd/* | grep “$(dirname %)/.$(basename %).sw” | xargs -I{} rm “{}” ; kill -9 $PPID

permalink
report
reply
0 points

Oh wow, that’s an easy way to not implement a feature ;)

permalink
report
reply

Programmer Humor

!programmerhumor@lemmy.ml

Create post

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

Rules:

  • Posts must be relevant to programming, programmers, or computer science.
  • No NSFW content.
  • Jokes must be in good taste. No hate speech, bigotry, etc.

Community stats

  • 6.7K

    Monthly active users

  • 796

    Posts

  • 7.3K

    Comments

Community moderators