this post was submitted on 27 Feb 2025
451 points (95.9% liked)

linuxmemes

22865 readers
1504 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
     
    you are viewing a single comment's thread
    view the rest of the comments
    [–] geoff@lemm.ee 41 points 2 days ago (8 children)
    [–] mazzilius_marsti@lemmy.world 18 points 1 day ago (1 children)

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

    [–] Xanza@lemm.ee 13 points 1 day ago

    bro tryin' to summon a demon... /s

    [–] nickwitha_k@lemmy.sdf.org 1 points 1 day 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 17 points 1 day ago

    Emacs is what the unified linux desktop should be

    [–] 9point6@lemmy.world 10 points 1 day ago (1 children)

    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 6 points 1 day ago (1 children)
    [–] littleomid@feddit.org 6 points 1 day ago (1 children)

    EMACS. It’s the superior text editor.

    [–] nickwitha_k@lemmy.sdf.org 1 points 1 day ago

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

    [–] festnt@sh.itjust.works 5 points 1 day ago (1 children)

    link the vi command to emacs, and you'll be able to say you use vi

    [–] corsicanguppy@lemmy.ca 5 points 1 day ago (1 children)

    you'll be able to say you use vi

    I haven't wanted to say that in the 32 years I've had the choice.

    [–] festnt@sh.itjust.works 2 points 1 day ago

    oh ok then link the emacs command to vi and you'll be able to keep saying you use emacs while using a better text editor πŸ‘

    (please dont kill me this is a joke i dont even use vi please have mercy please spare me please please please)

    [–] fayoh@sopuli.xyz 3 points 2 days ago

    This is the way.