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

[?]lobo :nix_snowflake_logo: » 🌐
@lobocode@hachyderm.io

@Zenie @dekkzz78 so... I found your opinion on the matter strong. Especially beacause we have many more editor options nowadays (with various conveniences). For example, the trend is that 1 out of every 10 developers or reserarchers uses something like VScode rather than . I wonder if the new generations have embraced more complex editors like and ???

    [?]hgrsd » 🌐
    @hgrsd@hachyderm.io

    Messing around with ctags today (the universal ctags version - github.com/universal-ctags/cta) as an alternative to LSPs (especially for Kotlin, which doesn't really have a proper one exposed).

    This stuff is pretty cool and I love how low-resource it is once you've got your tags created.

    Anyone who uses this in their daily workflow and has some tips to share?

      [?]Artyom Bologov [t?he(y|m)?, он] » 🌐
      @aartaka@merveilles.town

      I had the weirdest nightmare this night. In it, I was seriously considering using a family editor. Damn, I even installed one and started customizing it. Yikes!

        [?]Digital Mark λ ☕️ 🫈 🚀 🌗 » 🌐
        @mdhughes@appdot.net

        > Support for vi keyboard emulation, for basic navigation and editing;
        <
        barebones.com/products/bbedit/

        Rich @siegel , I love you.

        Updating now, will report back.

          [?]Digital Mark λ ☕️ 🫈 🚀 🌗 » 🌐
          @mdhughes@appdot.net

          Basic movement & things seem fine.

          There's a lot of missing keys in it, some of which I may just be able to rebind in keys anyway.

          :wq works! (closes the tab, not the editor)

          BBEdit Settings, Keyboard, Key binding: vi

          Alt...BBEdit Settings, Keyboard, Key binding: vi

            [?]OdicforceSounds » 🌐
            @TaoExpression@mastodon.social

            [?]Natanox 🇺🇦🇵🇸 » 🌐
            @Natanox@chaos.social

            An got stuck in . Some things never change.

            :wq
The command opened the alternate buffer.
:wq
The command opened the alternate buffer.
ZZ
The command opened the alternate buffer.
q
The command opened the alternate buffer.
The terminal is stuck in an editor. Let me try a different approach:
GIT EDITOR=true git rebase --
continue
The command opened the alternate buffer.
I can't kill a Foreground terminal. Let me try sending escape + wq in a different way:
printf '\x1b:wq\n'
The command opened the alternate buffer.
I can't kill the Foreground terminal. Let me try moving it to background and starting fresh: I need to use a background terminal since the foreground one is stuck: I can't kill the current foreground terminal since I don't have a background terminal ID.
Let me try sending actual vim quit commands differently:
:wq
The command opened the alternate buffer.
I don't have a terminal ID for the stuck foreground terminal. Let me try sending Ctrl+C via a different approach:
Running command 'Send Escape and :wq to vim'

            Alt...:wq The command opened the alternate buffer. :wq The command opened the alternate buffer. ZZ The command opened the alternate buffer. q The command opened the alternate buffer. The terminal is stuck in an editor. Let me try a different approach: GIT EDITOR=true git rebase -- continue The command opened the alternate buffer. I can't kill a Foreground terminal. Let me try sending escape + wq in a different way: printf '\x1b:wq\n' The command opened the alternate buffer. I can't kill the Foreground terminal. Let me try moving it to background and starting fresh: I need to use a background terminal since the foreground one is stuck: I can't kill the current foreground terminal since I don't have a background terminal ID. Let me try sending actual vim quit commands differently: :wq The command opened the alternate buffer. I don't have a terminal ID for the stuck foreground terminal. Let me try sending Ctrl+C via a different approach: Running command 'Send Escape and :wq to vim'

              voidq boosted

              [?]bfredl » 🌐
              @bfredl.bsky.social@bsky.brid.gy

              Great to see this also in vim:) github.com/vim/vim/pull...

              vim9 with semi-transparent popups

              Alt...vim9 with semi-transparent popups