this post was submitted on 04 Jul 2023
1156 points (99.9% liked)

linuxmemes

20686 readers
887 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] ByteJunk@lemmy.world 39 points 1 year ago* (last edited 1 year ago) (8 children)

Rebooting your pc everytime gets annoying after a while

[–] fzacq9td@lemmy.world 2 points 1 year ago* (last edited 1 year ago) (6 children)

Say what? The command is :q! or use ZQ. I don't even use vim extensively, but comes in handy.

[–] wols@lemm.ee 10 points 1 year ago (5 children)

Oh neat, a real whoosh in the wild, on Lemmy!

On a more serious note, vim is one of the most initially unintuitive commonly used pieces of software I've encountered.

Sure, if you put in a little time and learn it, it's not rocket science. But that seems like a weird standard for an essential tool used for one of the most common computing tasks of today.

In response to your initial question, obviously it's a meme. But like most good memes, it's born out of a common* human experience. What do you think is the most common reaction when someone is thrown into vim for the first time? My guess is "what's this?" or something similar, followed very soon by "how do I exit this?". And the answer is, by modern computer users' standards, quite arcane.

IF you are somewhat familiar with the Linux terminal, you'll try CTRL+C and IF you're paying close attention you will notice that vim is giving you a hint. But if it's your first time interacting with vim, chances are at least one of those conditions is not met. So now you're stuck. And after an optional small moment of panic/disorientation, you google "how to exit vim" (provided you were at least lucky enough to notice/remember what program you're in) => a meme is born.

Exiting vim is almost like a right of passage for fresh Linux enjoyers. It's not a hard task but it can seem daunting at first encounter, which is humorous given that quitting a program is normally such an easy thing to do.

One more note, there is a group of people who will encounter vim quite unexpectedly and unintentionally: Windows users performing their first commit using git bash. They won't even know they're in vim, they're dropped directly into edit mode and there's no instructions for confirming the commit message, much less how to exit/cancel the operation.

[–] Happy_Harry@lemmy.world 3 points 1 year ago (1 children)
[–] MrPear@lemmy.world 3 points 1 year ago

Have you ever tried out Micro? I use Neovim myself, but I've played around with Micro. It basiclly takes some good things from Nano, vim and keybindings from modern GUI texteditors, and mixes those together. It's very good for an easy-to-use text editor

load more comments (3 replies)
load more comments (3 replies)
load more comments (4 replies)