147
Expert (lemmy.world)
all 42 comments
sorted by: hot top controversial new old
[-] QuazarOmega@lemmy.world 6 points 2 years ago
[-] robonps@lemmy.world 3 points 2 years ago

You can make sure you really yank it out with :qa!

[-] QuazarOmega@lemmy.world 4 points 2 years ago

Ah yes, silly me, can't forget about my other dicks!

an octopus with its tentacles spread out

[-] xman664@lemmy.world 2 points 2 years ago

No save and a bang! Damn son you live dangerously.

[-] Redrum714@lemm.ee -1 points 2 years ago

The ol pull and pray

[-] veng@lemmy.world 5 points 2 years ago* (last edited 2 years ago)

I've used vim for so many years now that it blows my mind when people act like it's difficult to use.

The same thing with installing Arch and even Gentoo .. if you've got good experience with something like redhat/centos and can read documentation it's a breeze.

[-] xtapa@feddit.de 5 points 2 years ago

What? A task gets easier the more experience you got with it? I think you're in for a Nobel price or something.

[-] veng@lemmy.world 3 points 2 years ago* (last edited 2 years ago)

Ha, I’m aware it was stating the obvious, but I never found vim difficult in the beginning either. I was given a “linux cheat sheet” and then told to bugger off and do stuff… vim took maybe 15-20 mins before I was comfortable.

The hardest part was learning how my company’s ancient software worked honestly, which even after six years there was still intimidating and baffling at times.

[-] Sentinian@lemmy.one 4 points 2 years ago

Memes like this always make we wonder the original version of it. I am dying to know the original context of why the father doesn't want the boyfriend to pull out

[-] racketlauncher831@lemmy.ml 4 points 2 years ago

The father didn't believe the boy's claim and dared him to demonstrate exiting Vim without pulling out the power cable that night.

[-] astraeus@programming.dev 2 points 2 years ago

The same cannot be said about nano

[-] nautilus@lemmy.world 4 points 2 years ago

casual nano fan here. can’t stand vim, if my text editor has its own command line then there’s a problem lol

at least we can all come together and say that emacs is the worst

[-] BilboBargains@lemmy.world 2 points 2 years ago

Father in law approves son's post for landing

He's a witch! BURN HIM

[-] arensb@lemmy.world 2 points 2 years ago

You mean it's not C-x C-c?

[-] Macropolis@lemmy.world 2 points 2 years ago

She holds shift for me while I ZZ

[-] bdonvr@thelemmy.club 1 points 2 years ago* (last edited 2 years ago)
[-] TimeNaan@lemmy.world 0 points 2 years ago

I never understood the reisub part. Just pressing alt+sysrq+b is enough to restart my Debian

[-] bdonvr@thelemmy.club 4 points 2 years ago

That's basically the equivalent of pulling the plug. Works, but it's not as gentle.

R-E-I-S-U-B will:

Ask programs to prepare for shutdown gracefully.

Then, force programs to shutdown.

Then, sync all changes to the disk gracefully.

Then, unmount the file system.

And finally reboot.

Also you can replace "b" with "o" to shutdown.

[-] TimeNaan@lemmy.world 1 points 2 years ago

Thanks for the info! I have now become REISUB-pilled

[-] fzacq9td@lemmy.world 1 points 2 years ago

Why quitting vim is such a big deal lmao?

[-] ByteJunk@lemmy.world 3 points 2 years ago* (last edited 2 years ago)

Rebooting your pc everytime gets annoying after a while

[-] radioactiveradio@lemm.ee 1 points 2 years ago

What rebooting? i once started vim in TTY, I haven't turned my PC off since.

[-] fzacq9td@lemmy.world 0 points 2 years ago* (last edited 2 years ago)

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

[-] wols@lemm.ee 2 points 2 years ago

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.

[-] Dohnakun@lemmy.fmhy.ml 1 points 2 years ago

is one of the most initially unintuitive commonly used pieces of software

export EDITOR=nano # fixed.

[-] IjonTichy@lemmy.world 3 points 2 years ago

Sure but the people who know that probably know how to exit vi(m). Thus nano (or any other less arcane editor) should be the default.

[-] lemminer@lemmy.world 1 points 2 years ago

Well I have never been in a position where I couldn't find a way around a problem. In case of vim (or any other software) I studied it while using it. I'm new to the memes of Linux.

[-] Happy_Harry@lemmy.world 0 points 2 years ago

And this is why I use nano.

[-] MrPear@lemmy.world 2 points 2 years 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

[-] Dianoga@midwest.social 1 points 2 years ago

I think quitting vim is the only thing I know how to do with it

[-] tal@kbin.social 1 points 2 years ago

I'm on the emacs side of things, but knowing at least the bare minimum of vim is handy, because I have run into into systems (usually very small systems like routers or something) where some vi variant is available and nothing else is. Though as systems get bigger, it has become more the norm to have at least nano also available.

I'd know at least this:

  • i to enter insert mode. Then you can edit as in a non-modal editor.

  • Esc to exit insert mode and go back to normal mode.

  • h, j, k, l move left, down, up, and right. The fingers under your right hand on a QWERTY keyboard.

  • / to start a regex search

  • % and then SRC/REPLACEMENT to do a regex replacement.

  • :q to exit without saving changes.

  • :wq to save and exit.

That's enough to perform a couple of small edits or something if need be.

[-] russjr08@outpost.zeuslink.net 1 points 2 years ago

Also another important one is :q! if you want to quit without saving changes, though vim will remind you if you leave off the ! in case you forget.

[-] sneezy@lemm.ee 1 points 2 years ago

Fun fact, you can also press ZQ in normal mode to exit without saving.

[-] mvirts@lemmy.world 1 points 2 years ago

Wait until he finds out you can also quit kak

[-] Raze157@kbin.social 0 points 2 years ago

😆 I can't tell if I really like using vim or if it's Stockholm syndrom. ZQ

[-] skrttskrtt911@lemmy.world 1 points 2 years ago

I've been trying to get good at vim recently and the more I learn how to do, the more I love it. I already hit the inflection point of being better with vim then regular text editors, but I can tell I'm nowhere near as fast as I can be

[-] Cqrd@lemmy.dbzer0.com 1 points 2 years ago

Keep at it, it’s a learning curve but when you get over it you’re not gonna wanna program without it. IdeaVim is great in Jetbrains IDEs and the vim plugin for vs code is pretty decent, if you’re more into an IDE than a terminal.

this post was submitted on 04 Jul 2023
147 points (97.4% liked)

linuxmemes

21281 readers
718 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
  • Don't get baited into back-and-forth insults. We are not animals.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn. Even if you watch it on a Linux machine.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
  • 5. 🇬🇧 Language/язык/Sprache
  • This is primarily an English-speaking community. 🇬🇧🇦🇺🇺🇸
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
  •  

    Please report posts and comments that break these rules!


    Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.

    founded 2 years ago
    MODERATORS