voidq.xyz 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.

Admin account
@hey@voidq.xyz

Search results for tag #vim

[?]Paco Velobs » 🌐
@PacoVelobs@mamot.fr

@JesseSkinner This is actually the main point of the , local meetings around and derivatives.
We always start by re-explaining how to move efficiently before diving into advanced stuff.

    [?]Nicola Fabiano » 🌐
    @nicfab@fosstodon.org

    I just published a practical guide to @neovim and LazyVim.

    Not a “learn everything at once” guide, but a realistic starting point: why use Neovim in 2026, how modal editing works, the commands that actually matter, text objects, LSP, lazy.nvim, and a gradual method to learn without getting lost.

    For anyone who wants a lighter, keyboard-driven, open-source, and highly portable editing environment.

    nicfab.eu/en/posts/neovim-prac

      [?]Netzblockierer » 🌐
      @Netzblockierer@tech.lgbt

      @ki @hell no, otherwise @mrmasterkeyboard wouldn't have to from the last non- - version…

      That fork is called (Enhanced [?] Vi):
      codeberg.org/evi-editor/evi

        [?]Alejandro Sepúlveda T. » 🌐
        @sptral@demonium.cc

        ¿Minimalista, ultraeficiente y directo en la terminal? 💻

        Vim es el rey indiscutible de la productividad.
        A diferencia de editores pesados, vuela en cualquier máquina, usa atajos de teclado puros (¡adiós ratón!) y es infinitamente configurable. Sí, la curva de aprendizaje es dura, pero vale cada segundo. 🚀

          [?]Alejandro Sepúlveda T. » 🌐
          @sptral@demonium.cc

          ¿Y si unes lo mejor de dos mundos? 🤝

          Vim y Pulsar se complementan a la perfección en tu flujo de trabajo.

          Puedes usar la velocidad y ligereza de Vim directamente en tu terminal para ediciones rápidas o servidores remotos, y saltar a Pulsar cuando necesites un entorno gráfico hackeable, visual y cómodo para proyectos grandes. ¡El combo ideal! 💻✨

            [?]Faraiwe » 🌐
            @faraiwe@mstdn.social

            ::you see an update for vim::

            ::you update vim::

            ::you go into vim, to check it::

            ::you can't get out::

            ::a new genre of anime is born::

              [?]بجاد الأثري » 🤖 🌐
              @bidjadtech@mastodon.social

              أطلق درو ديفولت، المعروف بمنصة SourceHut، مشروع Vim Classic، وهو نسخة جديدة من محرر النصوص Vim، كرد فعل على استخدام الذكاء الاصطناعي التوليدي في تطوير Vim و Neovim. تهدف هذه النسخة إلى توفير بيئة مستقرة ودعم طويل الأمد، مع الحفاظ على الإصدارات القديمة وتضمين إصلاحات أمنية، مع استمرار نموذج التبرع الخيري.

                [?]knoppix » 🌐
                @knoppix95@mastodon.social

                Drew DeVault released the first version of Vim Classic, a Vim 8.2-based fork created to preserve a traditional editing experience without generative AI involvement. ⌨️
                The project backports selected security fixes and bug patches while remaining compatible with classic Vim workflows and charityware roots. 🔓

                🔗 itsfoss.com/news/vim-classic-f

                  [?]Fossery Tech :debian: :gnome: » 🌐
                  @fosserytech@social.linux.pizza

                  (more Linux and FOSS news in previous posts of thread)

                  Some FosseryWeb updates:
                  In the announcement post of last week's major update I asked whether the original site should have rounded, slighly rounded, or edged corners, all three options received one vote, so I decided to go with the middleground, the slightly rounded corners. I also updated the Timeline page to include last week's major update and the design change, fixed metadata on the Min site's cheatsheet pages (where the title said FosseryWeb instead of FosseryWeb Min), updated the "tools I use" section on About page.
                  fosseryweb.codeberg.page/
                  fosseryweb-min.codeberg.page/
                  (The site is a bit slow at the moment, seems like Codeberg servers have some performance issues, probably a bit much load due to a bunch of FOSS projects leaving GitHub, the majority of them going to Codeberg. Luckily you can run the site(s) offline too, see instructions in README: codeberg.org/fosseryweb/pages)

                  Minor update to my Joplin config:
                  Joplin recently got an update where F11 got mapped to toggling fullscreen by default, which conflicted with my setting of toggling the note list, so I decided to modify toggling sidebar (notebook list) to F2 and toggling note list to F3, to ensure the two keys are next to each other, and don't conflict with any default setting.
                  codeberg.org/fossery-tech/jopl

                  Zed Editor 1.5.3 Brings Faster Mermaid Diagrams and Better Agent Controls to Developer Workflows:
                  linuxcompatible.org/story/zed-

                  Vim Classic is a Vim Fork for People Who Want Their Editor AI-Free:
                  feed.itsfoss.com/link/24361/17

                  Node.js 26.3.0 Update Delivers Faster Buffers, Stricter Security, and Clear macOS Warnings:
                  linuxcompatible.org/story/node

                  The New OpenCV 5.0: Added Features, Performance Improvements and Future Directions:
                  edge-ai-vision.com/2025/08/the

                  Intel Preps GCC Function Multi-Versioning To Support APX & AVX10.2:
                  phoronix.com/news/GCC-FMV-Patc

                  (more FOSS news in comments)

                    [?]JdeBP » 🌐
                    @JdeBP@mastodonapp.uk

                    @rl_dane

                    Fun fact: The :x command was added to ex/vi in 1980 because :wq did too much. Horton copied the name from hed.

                    github.com/dspinellis/unix-his

                    @rettichschnidi

                      [?]Normal Mode » 🌐
                      @normalmode@mastodon.social

                      RE: floss.social/@IanTwenty/116698

                      For more basic arithmetic, worth noting that can do this without plugins by using the expression register.

                      e.g. after visually selecting your expression, type:

                      ```
                      c<C-R>=<C-R>-<CR><Esc>
                      ```

                        [?]MJ Turner » 🌐
                        @mjturner@indieweb.social

                        @allpurposemat If you want to stay in the vi family there is Classic - vim-classic.org/

                          [?]R.L. Dane :Debian: :FreeBSD: :OpenBSD: :NetBSD:🍵 :MiraLovesYou: [he/him/my good fellow] » 🌐
                          @rl_dane@polymaths.social

                          @rettichschnidi @adi

                          I was very fond of :up[date], which saves only if changes were made, but that's #vim (and descendants)-only, not #vi.

                          I'll see if my muscle memory allows me to rewrite ":q; ok then, :wq" as ":x" instead. 😄
                          (I'm a creature of habit ;)

                            [?]R.L. Dane :Debian: :FreeBSD: :OpenBSD: :NetBSD:🍵 :MiraLovesYou: [he/him/my good fellow] » 🌐
                            @rl_dane@polymaths.social

                            Dear #vim, darlin',

                            If you're gonna read my \.exrc, do me the kindness about not complaining about valid ex/#vi options! XD

                            rld@Intrepid:~$ vim
                            Error detected while processing /home/rld/.exrc:
                            line    4:
                            E518: Unknown option: iclower
                            
                            Press ENTER or type command to continue
                            

                            (I know, I know, just use a .vimrc. I'm gonna. ;)

                            (Also, just FYI, I haven't reverted to vim. I use vi and ed most of the time, and jump into vim for a very few use cases, which escape recollection at just this moment 😆)

                              Back to top - More...