this post was submitted on 26 Jun 2023
119 points (97.6% liked)

linuxmemes

22661 readers
1007 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
     
    all 43 comments
    sorted by: hot top controversial new old
    [–] [email protected] 20 points 2 years ago* (last edited 2 years ago) (5 children)

    How to use vim in 2 simple steps:

    1- Pretend to use vim

    2- Use nano like a normal person

    [–] [email protected] 7 points 2 years ago

    ESC ESC ESC :q

    [–] [email protected] 5 points 2 years ago (4 children)

    Am I a bad person for using Visual Studio Code?

    [–] [email protected] 6 points 2 years ago

    You are just normal and sane

    [–] gizmonicus 3 points 2 years ago

    I upvoted because yes, you are bad and you should feel bad.

    [–] [email protected] 3 points 2 years ago (1 children)

    Or Micro, if you're a filthy casual like me

    [–] [email protected] 1 points 2 years ago (1 children)

    Jesus, how much more basic can you really get than nano?

    [–] [email protected] 1 points 2 years ago

    Ed or just sed

    [–] [email protected] 2 points 2 years ago (1 children)

    I tried nano, but none of the standard key combination would let me save or quit.

    [–] [email protected] 2 points 2 years ago

    you can always edit /etc/nanorc if you don't like the stock keyboard shortcuts

    [–] [email protected] 1 points 2 years ago

    I know how to use Vim, but then I switched to Colemak, and now I don't know how to use Vim.

    [–] [email protected] 14 points 2 years ago* (last edited 2 years ago)

    Transcription:

    [you go to jail meme template]

    Panel 1: You want to write a program? Use vim.

    Panel 2: [logos of matplotlib, pandas, and R] Need to process scientific data? Also vim.

    Panel 3: [LaTeX logo] Writing a report about that data? Vim.

    Panel 4: [OpenSCAD, CadQuery logos] 3D modeling? Believe it or not, straight to vim.

    [–] [email protected] 13 points 2 years ago

    and when something isn't available in vim, just use the built-in terminal to access it

    "What are you trying to tell me? What I can quit vim?"
    "No, Neo. I'm trying to tell you that when you're ready, you won't have to."

    [–] [email protected] 6 points 2 years ago* (last edited 2 years ago)

    Imo Thats more of an emacs stereotype.

    I mean, there is a openSCAD preview plugin https://github.com/zk-phi/scad-preview

    [–] [email protected] 4 points 2 years ago (1 children)

    As an Emacs user, I support this meme.

    [–] [email protected] 7 points 2 years ago (2 children)

    When I was programming around 1990, we used VI, not VIM, and there was this rivalry with the emacs people. It was like one of those "Windows vs Mac", "iOS vs Android" things but with UNIX text editors. Glad to see, 30+ years later, VI(M) people and emacs people are able to reconcile their differences :)

    Now I feel bad to have moved to other editors over the years, nowadays VSCode :P

    [–] [email protected] 9 points 2 years ago (1 children)

    Bold of you to assume that the VIM emacs wars have ended

    [–] [email protected] 3 points 2 years ago* (last edited 2 years ago) (1 children)

    Both sides of the debate: WE Will win this fight! ... Eventually.

    [–] [email protected] 2 points 2 years ago

    One hundred years later.....

    [–] gizmonicus 2 points 2 years ago

    I ask interviewees what they use as a text editor. If they answer emacs, job interview over.

    [–] [email protected] 4 points 2 years ago

    Was this image coded in vim pixel by pixel? If not, I’m disappointed.

    [–] [email protected] 3 points 2 years ago (2 children)

    I dunno, sed, awk and echo do just fine without layering on the bloat with Vim

    [–] [email protected] 3 points 2 years ago

    πŸ€“ ed is the original editor

    [–] [email protected] 3 points 2 years ago

    Based meme :wq

    [–] [email protected] 2 points 2 years ago

    "Keeping a diary of your life? vim. Managing AI data? vim. Doing simple edits on programs? IDK, nano I guess."

    [–] [email protected] 1 points 2 years ago

    Funnily enough, I have had the same experience recently, but with VSCode

    [–] [email protected] 1 points 2 years ago (1 children)

    Wait you can do modeling in vim? OMG I need to try

    [–] [email protected] 1 points 2 years ago

    You can do 3D modeling with OpenSCAD, which uses plaintext files as source code for 3D models. So yes, you can edit these .scad files with vim. If you then want to compile and preview your model, you can just open the official OpenSCAD editor and close the text pane. It'll automatically watch the file you're editing for changes, compile it, and give you a preview of the model that you can rotate and move around.

    The other software mentioned in the last panel is cadquery. It's a Python library for creating 3d models. But it's much slower and buggier than OpenSCAD, and, in my opinion, less intuitive.

    [–] [email protected] 1 points 2 years ago

    I still haven't discovered an itch that R couldn't scratch.

    [–] [email protected] 1 points 2 years ago (1 children)
    [–] [email protected] 2 points 2 years ago

    You joke, but this is how the typing system of BASH works

    Also, upvote for Nanachi 🐰

    [–] [email protected] 1 points 2 years ago

    I enjoyed this meme.

    • Sent from my Vim Editor
    [–] [email protected] 0 points 2 years ago (1 children)

    Vscode is the way to go. I know how to use vim, I just find it a hassle. Been using Linux for over 20 years by now, man, time flies...

    [–] [email protected] 0 points 2 years ago (1 children)

    guess what, VS Code has a vim mode

    [–] [email protected] 0 points 2 years ago

    I prefer to stay away from torture.

    [–] [email protected] -2 points 2 years ago* (last edited 2 years ago) (2 children)

    Wtf is there a reddit like banner at the bottom? Is this really a thing we gonna do? There is barely such thing as orginal content these days. when it comes to memes and "ownership" it is a ridiculous concept Considering there is nothing to "profit" off of. Karma on Reddit was meaningless and it doesn't even exist here.

    And the last point that is maybe valid is it brings attention to the specific community and lemmy. But i can promise you ppl will be more interested organically than they ever will be by an eyesore of a banner. Shit just linking to the original post is better for getting someone to the site and potentially getting them to sign up.

    And the banner just straight up on the post. Shit is stupid and i hope i dont see it more places on lemmy.

    [–] [email protected] 1 points 2 years ago

    It's a meme

    [–] [email protected] -2 points 2 years ago

    R u retarded