927
submitted 2 months ago by [email protected] to c/[email protected]
top 50 comments
sorted by: hot top controversial new old
[-] [email protected] 185 points 2 months ago

Maybe she just wasn't impressed by your noob skills and is having doubts herself?

[-] [email protected] 132 points 2 months ago

This relationship can be saved as long as the guy's wife does not start expressing an interest in Emacs. That would, of course, put an end to the relationship, but if she's one of those "Notepad is all I need" types, there is hope this can be worked through.

load more comments (5 replies)
[-] [email protected] 116 points 2 months ago

"nothing fancy" that's the issue, just some jumping won't impress her; you gotta do the real crazy shit. Friggin "wife not impressed by my cooking? I make a hard boiled egg and she isn't impressed"

load more comments (2 replies)
[-] [email protected] 100 points 2 months ago

"See if you just learn these 87 simple keyboard shortcuts, you won't need to simply drag with the mouse and cut and paste at all!"

[-] [email protected] 63 points 2 months ago* (last edited 2 months ago)
[-] [email protected] 16 points 2 months ago

At first, I was mad. Then the slow, sad realization that you're more right than not...

load more comments (5 replies)
[-] [email protected] 53 points 2 months ago

As someone who's been a software developer for over a decade and in IT even longer, I still don't use vi/vim for anything other than when crontabs have it set as the editor.

[-] [email protected] 29 points 2 months ago
[-] [email protected] 27 points 2 months ago

export EDITOR=nano.

But (neo)vim is amazing so there is no need to do that.

[-] [email protected] 17 points 2 months ago

I transfer all my files over to a Windows machine and edit them in Notepad

load more comments (4 replies)
load more comments (1 replies)
load more comments (8 replies)
[-] [email protected] 46 points 2 months ago

ive heard women are into emacs these days

[-] [email protected] 21 points 2 months ago

We are, but, like... Just preferring something else doesn't make vim unimpressive. Silver medal's still pretty fucking prestigious, you know?

load more comments (1 replies)
[-] [email protected] 44 points 2 months ago

I'm sorry but your wife won't be impressed by basic vim motions. You need to learn some more advanced motions to get her wet.

[-] [email protected] 39 points 2 months ago

I refuse to see how vim and emacs is worth learning. I only use it because that's the only option when editing server files. Beyond this, I couldn't imagine coding in these environments from scratch.

[-] [email protected] 43 points 2 months ago

The biggest benefit of (neo)vim is the motions.

Honestly if you don't use vim motions in your ide of choice, you're missing out big time. Being able to do things like "Delete everything inside these parentheses". di( or "wrap this line and the two lines below in a pair of {}" ys2j{ , or "swap this parameter with the next one" cxia]a. with a single shortcut is game changing.

Even just being able to repeat an action a number of times is ridiculously useful. I use relative line numbers, so I can see how many lines away a target is and just go "I need to move down 17 lines" and hit 17j.

Absolutely insane how much quicker it is too do stuff with vim motions than ctrl-shift-arrows and the like.

[-] [email protected] 41 points 2 months ago

Honestly those things just don't sound like common enough actions to be worth shaving 0.5 seconds off. How often do you know exactly how many lines to move a line by? And how often do you even need to move a line that far?

I still don't buy it.

[-] [email protected] 18 points 2 months ago

Relative lines means each line except the one your cursor is on is relative to your current line. Like this:

5 5k jumps here

4

3

2

1

6 your cursor is here

1

2

3

4

5

6

7

8 8j jumps here

The main reason I like it is I don't like mouse ergonomics. Keeping my hands on the keyboard just feels better

load more comments (8 replies)
load more comments (9 replies)
load more comments (10 replies)
[-] [email protected] 23 points 2 months ago

Go watch a dev who is competent with vim/emacs and you will feel like a 7 year old on a tablet. I didn't give neovim a try until I was thoroughly embarrassed with my ability as a professional text editor (software dev).

Is it the motions you don't like or the editor itself? After 3 days with the motions I could never go back.

[-] [email protected] 15 points 2 months ago

Are there any videos of this sort of editing, because honestly every single person I've watched use Vim has just been like "oh wait that's the wrong thing.. hold on." constantly. You're going to say "they aren't competent" but that's kind of the point - approximately nobody is competent in Vim because it isn't worth learning.

Even so, I'd be interested if there are any videos of pros doing real editing (not "look what I can do") on YouTube. Anyone know of any?

load more comments (4 replies)
load more comments (16 replies)
[-] [email protected] 21 points 2 months ago

I learned vim in college when I needed to edit files over ssh. It's incredibly impressive as far as cli editors go, but I just don't see how it's more productive than a well set up ide with hotkeys.

[-] [email protected] 19 points 2 months ago

I barely know Vim, I'm an Emacs guy. Every time I pair with a colleague using an IDE, I find myself having to exercise great restraint, and not complain about how slow and fussy everything they do is. When I've worked with skilled vimmers, I have to admit that they invoke the deep magic nearly as efficiently as I do. Hotkeys? Pshaw, child's play.

load more comments (2 replies)
[-] [email protected] 19 points 2 months ago

I only use it because that’s the only option when editing server files.

suggestion 1: use nano. Unlike vi(m) and emacs, it's meant for humans, all the command shortcuts you can execute are listed at the bottom.

suggestion 2: browse the servers in question via your file explorer (sftp://user@server or just sftp://server) of choice or WinSCP if you're on windows, open whatever file with your local graphical text editor of choice.

load more comments (1 replies)
[-] [email protected] 14 points 2 months ago

By the way, for editing server files consider nano. It's also widely available, has simpler shortcuts and displays them on the screen. It's obviously not powerful like vim, but a good match when you just need to edit a config file.

load more comments (4 replies)
load more comments (7 replies)
[-] [email protected] 37 points 2 months ago

Stop showing off VIM to your wife would be a good start. I mean, I would do the same if she tried to show off her make tutorials to me.

[-] [email protected] 24 points 2 months ago

Make? As in Makefiles or make-up?

[-] [email protected] 21 points 2 months ago

Makefile obviously. What the heck is a "make-up"?

[-] [email protected] 22 points 2 months ago

make up is my build command for pushing to prod

load more comments (6 replies)
load more comments (1 replies)
load more comments (2 replies)
[-] [email protected] 34 points 2 months ago

Maybe she's into VSCode guys. So try VSCode with vim plugin.

[-] [email protected] 32 points 2 months ago
[-] [email protected] 28 points 2 months ago

Skill issue

[-] [email protected] 26 points 2 months ago
[-] [email protected] 25 points 2 months ago

Realising that your partner doesn't care about you after 10+ years can indeed be hard.

load more comments (2 replies)
[-] [email protected] 24 points 2 months ago

Hey at least you showed her your vim and not your nano or micro

[-] [email protected] 23 points 2 months ago

Guy shoulda tried emacs instead, wife is probably an elitist

[-] [email protected] 23 points 2 months ago

Emacs can do that obviously. And everything else.

[-] [email protected] 40 points 2 months ago

Relevant xkcd

[-] [email protected] 23 points 2 months ago

C-d to initiate a divorce. So convenient.

load more comments (2 replies)
[-] [email protected] 23 points 2 months ago

Have you tried tiny macros with q and @? Syntax highlighting? Z-folds? Or turn vi into a hex editor with :%!xxd ?

If that doesn't work, try :divorce

[-] [email protected] 22 points 2 months ago

You have to adopt Emacs and show her that she can even play Tetris on it.

[-] [email protected] 19 points 2 months ago

That's because her bull uses Emacs.

[-] [email protected] 18 points 2 months ago
load more comments (1 replies)
[-] [email protected] 17 points 2 months ago

Would've loved to see which community they posted to. RelationshipAdvice?

[-] [email protected] 16 points 2 months ago

sit your wife down in front of vim, and make her use it.

It'll make more sense immediately.

If not, divorce.

load more comments (4 replies)
[-] [email protected] 16 points 2 months ago

Show her you know how to exit vim and she'll instantly be naked and on the bed

load more comments
view more: next ›
this post was submitted on 08 Apr 2024
927 points (98.1% liked)

Programmer Humor

18240 readers
19 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS