m5l.eu is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.

This server runs the snac software and there is no automatic sign-up process.

Site description
Yet another single-user instance
Admin account
@marek@m5l.eu

Search results for tag #vim

AodeRelay boosted

[?]Herbert Hertramph » 🌐
@_DigitalWriter_@bildung.social

Frage an VIM-Nutzer: Tastaturbelegung (normal, edit, visuell), Vim Movements usw. ist für eine Bearbeitung ohne Maus ja eine feine Sache und lohnt sich sicher für Leute, die viel Programm-Code schreiben.

Aus Eurer Sicht: Lohnt sich die Einarbeitung für jemanden für mich, der keinen Code sondern hauptsächlich Texte in einem Markdown-Editor schreibt? Wie schätzt Ihr die Lernkurve ein?

    AodeRelay boosted

    [?]KaiXin » 🌐
    @kaixin@snac.bsd.cafe

    New trick today:

    set tw=68
    set formatoptions+=mM
    set formatoptions+=t
    the formatoptions option will make the textwidth option work for too. And the formatoptions turn on the tw limit when typing.


      [?]nixCraft 🐧 » 🌐
      @nixCraft@mastodon.social

      Sharing for lulz 🤣

      In this meme we see an elderly veteran in a dress uniform looking emotional and on the verge of tears, with the text that reads: "Me, having fought in the Vim–Emacs wars, seeing juniors vibe-code in Cursor”.

      Alt...In this meme we see an elderly veteran in a dress uniform looking emotional and on the verge of tears, with the text that reads: "Me, having fought in the Vim–Emacs wars, seeing juniors vibe-code in Cursor”.

        [?]Hyde 📷 🖋 :debian: » 🌐
        @hyde@lazybear.social

        After reading @rl_dane's post, I wanted to share how I manage my , and add some quick using .


        lazybea.rs/ils-bookmarks-and-n

          [?]r1w1s1 » 🌐
          @r1w1s1@snac.bsd.cafe

          Ever wonder why vi uses hjkl for movement?

          It's not arbitrary—it's hardware history. The ADM-3A terminal had arrows printed directly on those keys.

          ESC was also where Tab is now. Vi wasn't designed for ergonomics, it was designed for the keyboard that existed.

          http://www.slackware.com/~r1w1s1/nvi.html#_curiosities


            AodeRelay boosted

            [?]Justine Smithies » 🌐
            @justine@snac.smithies.me.uk

            Hmmm decisions decisions. As an user I usually prefer with just 2 plugins installed my gruvbox theme and colorizer to color html color codes. But I'm wondering if I really need syntax highlighting and theme support ? You can see my rough and I mean rough .kshrc side by side in vim and vi. I do like a splash of color and do enjoy the command completion though so I guess I will tinker with n(vi) further.

            A screenshot of my OpenBSD desktop showing 2 Xterm windows the left running vim and the right n(vi) both showing the output of my current .kshrc file

            Alt...A screenshot of my OpenBSD desktop showing 2 Xterm windows the left running vim and the right n(vi) both showing the output of my current .kshrc file

              [?]Justine Smithies » 🌐
              @justine@snac.smithies.me.uk

              Currently I'm a user with only two plugins loaded by vims own system no packer or anything. They are the gruvbox theme and colorizer to color HTML color codes.
              I've been researching to see if I could work with and wondered about undo history and found that it might be possible ?

              u

              Undo the last change made to the file.
              If repeated the u command alternates between these two states.
              The . command when used immediately after u causes the change log to be rolled forward or backward depending on the action of the u command.

              If you're an nvi user what other tips or hacks are there that I should know about ? I don't suppose there is some magical way to theme it ?

                3 ★ 0 ↺

                [?]Marek S. Ł. » 🌐
                @marek@m5l.eu

                If you're not deeply entrenched in motions, may I recommend you try editor? It's what I use for @silverbulletmd@fosstodon.org since last year, there's config in repo.

                Although familiarity with usual vim still comes in handy on the school computer 😅