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 #vi

[?]NerdNextDoor :Blobhaj: » 🌐
@mrmasterkeyboard@mastodon.social

, a non-AI code VIm 9.1.0000 fork that just works. Even on your iBook G3 running 10.4.11.

codeberg.org/evi-editor/evi

My iBook G3 on Mac OS X 10.4.11 running the EVi editor.

Alt...My iBook G3 on Mac OS X 10.4.11 running the EVi editor.

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

    New #blog #post: Vim Carnival Entry: "The Motion that Changed Everything."

    https://rldane.space/vim-carnival-entry-the-motion-that-changed-everything.html

    1224 words

    cc: my wonderful #chorus: @joel @dm @sotolf @thedoctor @pixx @orbitalmartian @adamsdesk @krafter @roguefoam @clayton @giantspacesquid @Twizzay @stfn

    (I will happily add/remove you from the chorus upon request! :)

    Thanks to @hyde for the blog concept, and immediate apologies if you get trapped in a #hellthread! 😄

    #rlDaneWriting #blost #vi #vim #nvi #editor #VimCarnival #TheMotionThatChangedEverything #modal #ADHD

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

      So I was writing this ed(1) wrapper editor. To have fancier search and custom commands, all with a nice immediate Web GUI.

      And then I realized nvi(1) exists.

      @ed1conf

        [?]JP Mens » 🌐
        @jpmens@mastodon.social

        :set ai

        has NOTHING to do with A.I.

          0 ★ 0 ↺

          [?]voidq [he/him] » 🌐
          @hey@voidq.xyz

          @gausby@mastodon.xyz for terminal based editor // the winners, perfectly fits on tmux runs faster and minimal lags on config editing on server:)
          have terminal based version but it's better on gui.

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

            #vi experts (and #vim / #nvim #NeoVim ),

            What's the difference between the 0 command and the | command?

            Is it just that | can take a numeric argument?

              [?]Thorsten Zöller » 🌐
              @thorstenzoeller@exquisite.social

              If you are seriously thinking about learning / , do yourself a favor and proceed as follows:

              1. Grok ed(1).
              2. Grok vi(1).
              3. Ask yourself whether you really need anything ed(1) and vi(1) don't provide.

              If your answer to step 3 is "yes", go ahead. But first, do steps 1 and 2.

              Here is how to do step 1: Read the man page (it's rather short), read "Ed Mastery" by @mwl (those two steps are interchangeable and even parallelizable), then use it consistently.

              Here is how to do step 2: Read the man page (it's rather short as well, though not as short as ed's), then use it consistently.

              Also, have a look at stackoverflow.com/a/1220118.

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

                @thorstenzoeller @mwl I learned vi from either a Stephen Kochan Unix book, or Unix for the Impatient.

                There's also a nice book on Vim, from long before the slop infestation:
                pragprog.com/titles/dnvim2/pra

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

                  SOLUTION: @gumnos came up with the idea of piggy-backing :nohl onto control-l for refresh:

                  nmap <C-L> :nohl<CR><C-L
                  imap <C-L> <Esc>:nohl<CR><C-L>a
                  

                  Hey #vim wizards,

                  The number one reason I don't use search more freely when editing is that all the highlights triggers my #CDO a little bit, and :nohl is a little clumsy to type in a hurry.

                  I wanted to map :nohl to an easy-to-press keybind, like ctrl-/, but I can't seem to get it to work.

                  Any ideas?

                  " map Ctrl-/ to :nohl
                  nmap <c-Slash> :nohl<CR>
                  imap <c-Slash> <Esc>:nohl<CR>a
                  

                  #vi #vim #nvi #nvim #VimWizards #AskFedi #HiveMind

                    [?]JdeBP » 🌐
                    @JdeBP@tty0.social

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