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

[?]fossdaily » 🌐
@canartuc@mastodon.social

The Vim project shipped fixes for two code-injection flaws in plugins that come bundled with the editor. CVE-2026-47162 in netrw is fixed in 9.2.0495, and a PowerShell command injection in zip.vim, triggered by crafted archive entry names, is fixed in 9.2.0678. Because these plugins ship with stock Vim, simply opening a malicious archive could be the trigger. Do you treat your editor as part of your attack surface?

    [?]Nikhil 🐧 » 🌐
    @realestninja@social.linux.pizza

    Does anyone have a nice and fancy vim/nvim setup for working with .astro files? 🤔

      [?]Hugo | DevOps | Cybersecurity » 🌐
      @hugovalters@mastodon.social

      Vim: 45 CVEs tracked — 4 critical/high, avg CVSS 5.0, max 9.2. 77% unpatched. Trust Score: C. Plugin risks rising.

      valtersit.com/vendors/vim/

        [?]Habr 25+ » 🤖 🌐
        @habr25@zhub.link

        [Перевод] Пасхалки для своих: Emacs в массовой культуре

        Как фанат Emacs я рад каждой встрече с этим редактором в любых контекстах. Случается это редко — всё же Emacs относится к нишевой категории, и в современной поп-культуре его востребованность невелика. В этой статье я разберу все известные мне упоминания этого редактора вплоть до июня 2026 года и продолжу вносить новые по мере их нахождения. В основной список я включил случаи, которые встречал на экране (в кино и сериалах), а также в комиксах и мангах. Книжные упоминания я решил выделить в отдельную категорию «Доска почёта». Ну что ж, начнём.

        habr.com/ru/companies/ruvds/ar

          [?]Tomasz Nurkiewicz » 🌐
          @nurkiewicz@fosstodon.org

          tip: Ctrl+A and Ctrl+X increment/decrement a number at cursor. A feature I never knew I needed

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

            RE: indieweb.social/@ajh/116760408

            I thought this was a super nifty little bit of config, so I translated it into Vimscript so non Neo people can use it too:

            ```
            augroup logger
            autocmd!
            autocmd BufRead,BufNewFile *.log inoremap <expr> <buffer> <CR> "<CR>" .. strftime("!%Y/%m/%d %H:%M: ")
            augroup END
            ```

              [?]🌈 ☯️Teresita🐧👭 » 🌐
              @linuxgal@techhub.social

              Remove unprintable characters with

              :%s/[^[:print:]]//g

                [?]codeinabox » 🌐
                @codeinabox@programming.dev

                There's No Place Like $HOME: A 10 Journey of Vim, Then VS Code, and Back to Vim

                (https://programming.dev/c/vim)

                [?]Tomasz Nurkiewicz » 🌐
                @nurkiewicz@fosstodon.org

                in both and by Google, hitting Ctrl+G lets you write prompt in your editor of choice (e.g. ), not inline

                  [?]fossdaily » 🌐
                  @canartuc@mastodon.social

                  Vim 9.2.0663 fixes a code-injection vulnerability in netrw, reported by Christian Brabandt. NetrwLocalRmFile() lets a crafted filename containing a pipe character execute arbitrary Vimscript and shell commands when a victim deletes the entry using the D mapping. Browsing an untrusted directory and hitting delete on the wrong file could be enough. How much do you trust filenames in directories you did not create?

                    [?]Lobsters » 🤖 🌐
                    @lobsters@mastodon.social

                    There's No Place Like $HOME: A 10 Journey of Vim, Then VS Code, and Back to Vim lobste.rs/s/p7i4ny
                    starikov.co/no-place-like-home/

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

                      Vim es mi unico editor y la terminal es mi superpoder. 🖥️⚡

                      No necesito interfaces pesadas ni devoradores de RAM. Desde la consola controlo servidores, automatizo tareas y edito configuraciones en segundos con la velocidad que me dan los atajos de teclado. La productividad real no requiere de un ratón, solo de una pantalla negra y buenas ideas. 🐧💻

                      ¿Quién más vive en la terminal?

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

                        ¿Vim o Neovim? 🖥️

                        Vim es el clásico inmortal: ultraestable, ligero y preinstalado en casi cualquier servidor Linux. Ideal para edición rápida en producción.

                        Neovim es el futuro moderno: un fork optimizado que añade ejecución asíncrona, soporte nativo para Lua (configuraciones más rápidas) y un ecosistema de plugins brutal gracias a su LSP integrado.

                        Vim para emergencias en el servidor; Neovim para desarrollo diario. 💻

                          [?]Paolo Redaelli » 🌐
                          @paoloredaelli@mastodon.uno

                          @jiub
                          AFAIK the hydra spawned many forks and at least one of them is made without

                            [?]fossdaily » 🌐
                            @canartuc@mastodon.social

                            Neovim 0.12.3 landed as a stable patch release on the 0.12 line, rolling up bug fixes documented in the changelog and :help news, with prebuilt binaries for Linux, macOS, and Windows on both x86_64 and Arm64. A quiet maintenance update rather than a feature drop. How quickly do you adopt Neovim point releases?

                              [?]Tomasz Nurkiewicz » 🌐
                              @nurkiewicz@fosstodon.org

                              microtip: if you have a typo and need to swap two characters, place cursor on the first mistaken character and hit xp. This will cut first char and paste it after the second one. _borken_ -> _broken_

                                [?]𝙳𝚢𝚕𝚊𝚗 » 🌐
                                @closingtags@mastodon.social

                                I use Vim BTW

                                I've been a Vim user for quite some time now and I love it. But I got tired of my own highly customized configuration breaking whenever a plugin or Neovim updated. I switched to a managed configuration and haven't looked back. Just because I can do things, doesn't mean I should.

                                closingtags.com/blog/astronvim

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

                                  C'mon #vim folk, REPRESENT!!

                                  @hyde

                                  #vi #nvi #neovim #nvim

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

                                    Couldn't seem to get #VimClassic to compile on #FreeBSD.

                                    But then I realized the only thing I used it for is sncli, because it does something funny with the terminal when it hands it off to nvi, such that the cursor becomes invisible. But then, it's just a !reset to fix it, so I might as well just stick with nvi. ;)

                                    #vi #vim #nvi #TextEditors #PlainText

                                      [?]Karl Voit :emacs: :orgmode: » 🌐
                                      @publicvoit@graz.social

                                      Back to top - More...