Poeng.link
  • Communities
  • Create Post
  • heart
    Support Lemmy
  • search
    Search
  • Login
  • Sign Up
hylobates@jlai.lu to linuxmemes@lemmy.worldEnglish · 3 months ago

VI is love, VI is life

jlai.lu

external-link
message-square
50
link
fedilink
12
external-link

VI is love, VI is life

jlai.lu

hylobates@jlai.lu to linuxmemes@lemmy.worldEnglish · 3 months ago
message-square
50
link
fedilink
alert-triangle
You must log in or register to comment.
  • unalivejoy@lemm.ee
    link
    fedilink
    English
    arrow-up
    1
    ·
    3 months ago

    What makes 6 so popular?

    • zorro@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      3 months ago

      Because vii viii ix

      • Eager Eagle@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        3 months ago

        • Cenzorrll@lemmy.world
          link
          fedilink
          arrow-up
          2
          ·
          3 months ago

          LXIX my balls! Haha got’em.

          Believe it or not, this is the second time I got to make that joke within an hour.

      • dohpaz42@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        3 months ago

        * laughs in Latin *

  • GissaMittJobb@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    3 months ago

    Ed is the standard editor

  • geoff@lemm.ee
    link
    fedilink
    arrow-up
    1
    ·
    3 months ago

    Emacs

    (ducks)

    • nickwitha_k (he/him)@lemmy.sdf.org
      link
      fedilink
      arrow-up
      1
      ·
      3 months ago

      Emacs

      It’s a sound choice. I don’t like to use it, personally, because I want to use something that uses same motions and syntax as editors on servers that I don’t own (ex. customers). And, I’m not a fan of Lisp. It’s a great and (self-)extensible text editor/lisp interpreter, though.

    • Amon@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      3 months ago

      Emacs is what the unified linux desktop should be

    • mazzilius_marsti@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      3 months ago

      I use vi from an Emacs Shell, which was spawned from an Emacs GUI.

    • 9point6@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      3 months ago

      Evil

      • coldsideofyourpillow@lemmy.cafe
        link
        fedilink
        English
        arrow-up
        2
        ·
        3 months ago

        I dislike Evil, and would never recommend it to anyone looking for a modal editing solution for Emacs. I would rather break my pinky with the modifiers than use Evil.

        • Evil is SLOOWWW: its startup time is 10x longer than other modal editing packages.
        • It has high cost of integration with other packages; editing-related packages rarely play well with Evil unless specifically designed for it.
        • We can do better than vi. Nowadays, there are some more modern alternatives to vi, like Kakoune that fix some of the fundamental problems with vi. One such problem is the fact that you cannot know what you are acting on until after the command completes: Kakoune solves this by having a unique noun verb syntax rather than vi’s verb noun syntax. This means that you get constant feedback about what you’re acting on before you act on it, since objects are always highlighted.

        Instead, for anyone looking for a serious and actually good modal editing, I would suggest them to try out meow. It fixes all of the problems I mentioned above, and makes more improvements to the vi experience that I didn’t mention.

    • Semperverus@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      3 months ago

      Emacs

      • littleomid@feddit.org
        link
        fedilink
        English
        arrow-up
        0
        ·
        3 months ago

        EMACS. It’s the superior text editor.

        • nickwitha_k (he/him)@lemmy.sdf.org
          link
          fedilink
          arrow-up
          0
          ·
          3 months ago

          I’d say it’s a superior text editor.

          • Semperverus@lemmy.world
            link
            fedilink
            English
            arrow-up
            0
            ·
            3 months ago

            It’s a text editor?

  • Black Xanthus@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    3 months ago

    The comments on this post went exactly like they have over the past 20 years, with one exception.

    Emacs is all but forgoten.

    Vim wins.

    • AnarchistArtificer@slrpnk.net
      link
      fedilink
      English
      arrow-up
      1
      ·
      3 months ago

      Recently, I recommended to a friend that basic vim/vi is worth learning because it’s a baseline that you can always trust will be there across different Linux systems.

      They asked me what I used most on my home system, and the answer was emacs, but I was very clear that I was not recommending it. It’s a particular kind of person who finds themselves at home in emacs, and for everyone besides those people, selling them on emacs would feel like persuading them to do hard drugs.

  • kata1yst@sh.itjust.worksBanned
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    14 days ago

    Removed by mod

    • Possibly linux@lemmy.zipBanned
      link
      fedilink
      English
      arrow-up
      0
      ·
      edit-2
      29 days ago

      Removed by mod

    • someacnt@sh.itjust.worksBanned
      link
      fedilink
      English
      arrow-up
      0
      ·
      edit-2
      11 days ago

      Removed by mod

  • Earflap@reddthat.com
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    1 month ago

    deleted by creator

    • hylobates@jlai.luOP
      link
      fedilink
      arrow-up
      0
      ·
      3 months ago

      Ah, nice one! Didn’t realize it could even be done.

  • Anna@lemmy.ml
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    3 months ago

    Is no one gonna talk about neovim or are we all just like set the alias and forgot that we are inside neovim and not vim or vi

  • kboy101222@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    0
    ·
    3 months ago

    Nano is just better and I’ll happily die on this hill

    • Diplomjodler@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      3 months ago

      I use nano for editing config files in the terminal. For everything else I use VSCodium. Roast me.

      • SpongeBorgCubePants@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        3 months ago

        You already did that yourself

    • smiletolerantly@awful.systems
      link
      fedilink
      arrow-up
      0
      ·
      edit-2
      3 months ago

      No

      Nano is easier to get into, but far more limited.

      • EffortlessEffluvium@lemm.ee
        link
        fedilink
        arrow-up
        0
        ·
        3 months ago

        And easier to get out of…

        • smiletolerantly@awful.systems
          link
          fedilink
          arrow-up
          0
          ·
          3 months ago

          Is it? If it wasn’t printed on the bottom, would you really be able to guess Ctrl+X, Y, Enter any easier than colon, q, Enter?

          • kboy101222@sh.itjust.works
            link
            fedilink
            English
            arrow-up
            0
            ·
            3 months ago

            The key difference here is “it’s printed at the bottom”.

            I don’t immediately need a user guide to tell me how to save and exit the program

            • smiletolerantly@awful.systems
              link
              fedilink
              arrow-up
              0
              ·
              3 months ago

              skill issue

    • MrFoenBox@startrek.website
      link
      fedilink
      arrow-up
      0
      ·
      3 months ago

      We will die together brother…

      NANO FOR LIFE

  • NocturnalMorning@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    3 months ago

    I know this is supposed to be a joke. But, VI is awful, and i can’t believe anybody would use that over a modern editor. But, I know some people who like it.

    • dohpaz42@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      3 months ago

      Modern “vi” is typically a symlink to vim, and as long as compatibility is disabled it’s very useful; especially when working over ssh or quick and dirty config editing that doesn’t warrant a full blown ide to be started up.

    • LastYearsIrritant@sopuli.xyz
      link
      fedilink
      English
      arrow-up
      0
      ·
      3 months ago

      Literally the only thing I code in at work. Have done so for decades.

      Can’t stop, won’t stop.

      • NocturnalMorning@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        3 months ago

        Yeah, it’s a dinosaurs tool for people who refuse to adapt to new stuff.

        • Petter1@lemm.ee
          link
          fedilink
          arrow-up
          0
          ·
          3 months ago

          Imagine thinking modern IDE are more efficient than vi 😯

          Curser is more intuitive, I agree, but you will never win a code race against similar skilled coder on vi…

          • NocturnalMorning@lemmy.world
            link
            fedilink
            arrow-up
            0
            ·
            3 months ago

            Coding isn’t a race, it’s a team sport. And if you think its not, you’re in the wrong profession.

            • Petter1@lemm.ee
              link
              fedilink
              arrow-up
              0
              ·
              3 months ago

              Umm, there are regularly coding race events here where I live…

              Coding can be hobby as well, you know.

              Not all of this world is pure capitalism, some have some free time doing stuff they want how they want.

              Coding is not my profession (right now)

              • KeenFlame@feddit.nu
                link
                fedilink
                arrow-up
                0
                ·
                3 months ago

                If you value it as a hobby, don’t make it that again :)

                • Petter1@lemm.ee
                  link
                  fedilink
                  arrow-up
                  0
                  ·
                  3 months ago

                  😄 why would someone not make his hobby his profession?

                  I have never coded as major part of profession, yet, but I am on the way there.

  • synicalx@lemm.ee
    link
    fedilink
    English
    arrow-up
    0
    ·
    3 months ago

    Coding in Ansible?

    • Anna@lemmy.ml
      link
      fedilink
      arrow-up
      0
      ·
      edit-2
      3 months ago

      You write Ansible playbooks to automate infrastructure management. But calling it a coding language might be a stretch it is just yaml

  • SynopsisTantilize@lemm.ee
    link
    fedilink
    arrow-up
    0
    ·
    3 months ago

    Sorry maybe I’m dumb. But does this mean VIM and Obsidian are Vi?

    • sunshine@lemmy.ml
      link
      fedilink
      arrow-up
      0
      ·
      edit-2
      3 months ago

      I usually refer to im as “vi” just to make people think I’m old school and cool save time typing that last character.

      But Obsidian??

      • SynopsisTantilize@lemm.ee
        link
        fedilink
        arrow-up
        0
        ·
        3 months ago

        Oh yes. My “excell isn’t a database” program. Obsidian.

        • sunshine@lemmy.ml
          link
          fedilink
          arrow-up
          0
          ·
          3 months ago

          I want to understand this comment!

  • mogoh@lemmy.mlBanned
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    14 days ago

    Removed by mod

    • frezik@midwest.social
      link
      fedilink
      arrow-up
      0
      ·
      3 months ago

      SVG, unironically yes. There’s a few times where I found a library or WYSIWYG editor making some strange choices for its SVG output, and I had to fix it manually.

  • slazer2au@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    3 months ago

    Editing excel spreadsheet? VI

    • hemko@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      0
      ·
      3 months ago

      Excel files (.xlsx) is just an archive of some XML files and whatnot, so sure you could edit them in vim.

      Though I’d rather edit them in CSV format

    • vrighter@discuss.tchncs.de
      link
      fedilink
      arrow-up
      0
      ·
      3 months ago

      here you go

  • AntY@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    3 months ago

    Vi hasn’t been updated since 2005. Aren’t everyone just using vim or neovim?

linuxmemes@lemmy.world

linuxmemes@lemmy.world

Subscribe from Remote Instance

Create a post
You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: !linuxmemes@lemmy.world

Hint: :q!


Sister communities:
  • !tech_memes@lemmy.world
  • !memes@lemmy.world
  • !lemmyshitpost@lemmy.world
  • !risa@startrek.website

Community rules (click to expand)

1. Follow the site-wide rules
  • Instance-wide TOS: https://legal.lemmy.world/tos/
  • Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
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.
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, no politics, no trolling or ragebaiting.
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.
6. (NEW!) Regarding public figures

We all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.

  • Keep discussions polite and free of disparagement.
  • We are never in possession of all of the facts. Defamatory comments will not be tolerated.
  • Discussions that get too heated will be locked and offending comments removed.

 

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.

Visibility: Public
globe

This community can be federated to other instances and be posted/commented in by their users.

  • 609 users / day
  • 3.96K users / week
  • 8.42K users / month
  • 13.8K users / 6 months
  • 1 local subscriber
  • 25.4K subscribers
  • 679 Posts
  • 13.7K Comments
  • Modlog
  • mods:
  • zephyr@lemmy.world
  • rtxn@lemmy.world
  • BE: 0.19.11
  • Modlog
  • Instances
  • Docs
  • Code
  • join-lemmy.org