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

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

Hey fedi friends, what are the differences in USES and config options listed at #freshports for a ? I am familiar with USE in , which seem to be the config options here? For it is very common to use different USE settings for a packages, but for I read from porter's handbook there are not many USE items and they looked different from the term in . I am still trying to wrap my head around what is happening that whenever I try to build a port, like or in tiny flavors, I constantly noticed and all other seemingly unrelated stuff get pulled in.

    [?]VimLinks »
    @VimLinks@hachyderm.io

    A potentially interesting method of applying spellchecking suggestions -- use Ctrl+Q in normal mode to cycle through them: gist.github.com/Konfekt/9f141a

      AodeRelay boosted

      [?]Dendrobatus Azureus »
      @dendrobatus_azureus@polymaths.social

      @rl_dane

      I rewrote this post specifically from this server to get it properly formatted in markdown

      #vim #VimMasterRace #BramMolenaar #Amiga #bash #sh #zsh #ksh #csh #tsh  #100DaysOfCode #POSIX #Programming #markdown

        AodeRelay boosted

        [?]Dendrobatus Azureus »
        @dendrobatus_azureus@polymaths.social

        @rl_dane

        Thank you for this wonderful tip

        So it's

        :match Conceal /^.*$/
        :set conceallevel=3
        
        :highlight Conceal NONE
        
        

        When you're finished, just do

        :match
        

        #vim #VimMasterRace #BramMolenaar #Amiga #bash #sh #zsh #ksh #csh #tsh  #100DaysOfCode #POSIX #Programming

          [?]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 .

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

            I just upgraded from 7.1 all the way up to 7.7 one release at a time in a VM running on my laptop . At first and were giving coredumps. I realized I did not even run even once so I did a doas pkg_add -u. After that all is fine and everything was like before. is truely awesome!


              [?]Juno »
              @jutty@mastodon.bsd.cafe

              I've been using Tridactyl[1] for a long time now for keyboard-driven vi bindings in the browser and yesterday decided to check out the alternatives, thinking maybe they provided some interesting features too.

              I looked them all up: Vimium, Vimium C, Vimmatic, SurfingKeys and the result is: I am in awe of how advanced Tridactyl is in comparison to all of them.

              Native messaging*, comprehensive ex command mode for commands and settings with live-previewed completions; hint-based visual selection, copying and focus; support for local filesystem text-based configuration; binding sequential browser actions to custom commands; tab group commands; actually launching (neo)vim to edit text areas; ...to name a few!

              [1] tridactyl.xyz/

              * do bear in mind the security implications of native messaging, as noted by the developers themselves, but you can have most of the functionality without it

                [?]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