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

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

Inspired by the and carnivals, I wanted one about / , and here it comes. It will start in September, so you have two weeks to think, and blog about it.

: 85/100

lazybea.rs/vim-carnival-202509

    [?]Ricardo Martín :bsdhead: »
    @ricardo@mastodon.bsd.cafe

    One of the advantages of using vim is that you can finish typing most of your rants with :q!
    ... and loop as many times needed /s

      [?]xinqu »
      @xinqu@mastodon.bsd.cafe

      Recently started learning , although it's completely useless to me. Sometimes it helps to understand why things developed like they did when you go back in time, when remote communication started. And I love having a fallbacks.

      It's like learning in order to understand concepts of .

        [?]chesheer »
        @chesheer@mastodon.bsd.cafe

        The more I think about it, the more it seems to me that in this day and age with all the modern threats having a text editor that is capable to not only connect to the Internet, but also install some code packages from repositories (and probably do dependency resolving) is a recipe to catastrophe. Sooner or later.
        It's probably one thing when you use a curated list of half a dozen addons that you can even personally peruse (or even contribute to). It's a whole other thing when you use some huge "distro" with probably hundreds of packages that also receive constant updates you cannot possibly control.
        It's mostly about , of course, but is fully capable of it too. I won't even mention the likes of .
        We had a fair share of supply chain attacks in the recent years (npm, pip, even xz in some way). No reason to think no one's gonna use this channel of attack.
        Maybe it's just my fibs. But there is some uneasy feeling about the fact that you edit, perhaps, extremely private, personal or sensitive texts while your editor runs some background code doing who knows what. It's one thing to trust people who wrote vim or Emacs and a whole other thing to trust a hundred other unknown parties at the same time.

          [?]Tim Chase »
          @gumnos@mastodon.bsd.cafe

          Dumb trick:

          Have a bunch of files open in multiple windows and want to jump to the first (or last) line in all of them?

          :windo 1

          or

          :windo $

          and done.

          If you use tabs instead of windows, you could use :tabdo instead.

          or you can jump to the next instance of /pattern/ in all open windows/tabs with

          :windo /pattern
          :tabdo /pattern

          or the first/last (assuming you have 'wrapscan' set) with

          :windo $/firstpattern
          :windo 1?lastpattern

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

            I’ve been exploring a more minimalist approach in my tools lately, and part of that includes trying to use nvi more often instead of Vim. To make the transition easier (for myself and anyone else interested), I put together a simple nvi quick reference:

            https://4c6e.xyz/nvi.html

            It’s not meant to be exhaustive, just a practical guide to help get things done with a lighter touch.


              SilverBullet boosted

              [?]Zef Hemel »
              @zef@hachyderm.io

              Ok. Day one of using @silverbulletmd in mode lead to already fixing some ugly UI glitches. Now thinking how to expand APIs to define Vim commands, bindings and other things. Also a reason to dive a bit deeper into @neovim which leans heavily on Lua. Also an interesting source of inspiration for Lua API design potentially.

                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 😅

                  [?]Zef Hemel »
                  @zef@hachyderm.io

                  Oddly tempted to try to switch to (realistically @neovim ) again for code editing. And switching on vim mode in @silverbulletmd

                  Trigger: the realization that anything not purely open source (like VS Code) eventually