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

[?]:awesome:🐦‍🔥nemo™🐦‍⬛ 🇺🇦🍉 » 🌐
@nemo@mas.to

@hottradwife terminal app was the one who thought me

vimschool.netlify.app/introduc

most important thing how to leave vim

ESC and then :q for quit without saving, :wq is write quit

"Just remember: if you need to move between words or lines, you need to switch back to Normal Mode by pressing the ESC key.
To save the file, type the ESC key to switch back to Normal Mode then type :w. The most important: to quit vim, type :q while in Normal Mode."

Alternatively Press Esc, then type ZZ (capital Z, twice)

That saves changes and quits.

docs.oracle.com/cd/E19253-01/8

    [?]hoergen » 🌐
    @hoergen@horche.demkontinuum.de

    IT History - Yank & Blank | Dem hoergen Blog


    hyperblog.de/hoergen/posts/202…

    Die historischen Ursprünge zweier alltäglicher Computerkonventionen: Warum der Kopierbefehl in Vim und Emacs yank heißt und warum die Leertaste in Browsern weiter blättert.

    Location: Yekaterinburg

      [?]Len » 🌐
      @Hyperlynx@aus.social

      I like Vim. I've used it for about two decades. I still don't know what easily half of its functions and buttons do. I really enjoy it.

      But one thing that does bother me is that given the enormous density of features, and there being only so much room on the keyboard, when hitting the wrong key it is extremely likely to do something I didn't want to do, rather than merely not doing anything at all.

      Usually it's hitting u for undo or o for insert new line when I meant to hit i for "go into ordinary typing-in-text mode".

      Maybe I should learn to use those little lines on the F and J keys to position my hands properly, rather than guessing.

        [?]Bertrand CLAVELIER » 🌐
        @bertrand@social.clavelier.me

        Ça y est, j'ai désactivé les flèches en mode normal dans nvim. Obligé de passer par h j k l pour me déplacer !

        Maintenant, c'est dans un éditeur classique que ça va se compliquer ! 😂

        Je mets en place une gym nvim quotidienne pour m'exercer et intégrer l'ensemble des raccourcis, ou du moins un plus grand nombre !

        #neovim #vim

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

          @bertrand Heu, je consomme extrêmement peu de vidéos donc je ne suis pas une source fiable.
          Mais globalement pour il faut faire l'effort de détecter les actions répétitives et longues (plus de six ou sept touches) et chercher une automatisation. Se forcer quelques semaines le temps que ça rentre "dans les doigts" et recommencer.
          Une à une, pas plusieurs à la fois.

            [?]Bertrand CLAVELIER » 🌐
            @bertrand@social.clavelier.me

            Petit rafraîchissement de mes commandes Neovim avec ce tuto vidéo, très bien fait : https://youtu.be/EPQG2u6Ctew

            Constat honnête : j'utilise toujours les mêmes raccourcis et j'oublie les astuces. J'avais oublié que % saute de la parenthèse ouvrante à la fermante, et que . répète la dernière action.

            Les macros, c'est l'exemple typique : puissantes, bien pensées, et je ne les utilise jamais. Il faut que je m'y force, je suis sûr que le gain est réel.

            #Neovim #Vim

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

              [?]Take 2d20 LLM damage » 🌐
              @lukasrotermund@social.lukasrotermund.de

              I have like zero respect left for developers who use LLMs to write or maintain their software.

              I don't even care for the reasons why they use this unethical piece of... technology.

              Technology trained on data they don't own. Technology owned and shaped by fascists. Technology that sends its crawlers around the globe to suck every bit they can find to dump their models into big f***ing corp data centers. Data centers that are polluting the air with their big ass gas plants.

              But hey! "Leave ethics aside". "That's how software development works today!".

              I'm so sick of this and about everyone supporting this industry.

              If you feel targeted, you are welcome. I have zero respect for you or your software garbage. I just wish you the worst.

              #ai #llm #floss #linux #vim #gohugo #foss #fckai

                [?]beem » 🌐
                @beemdvp@techhub.social

                For my next needless workflow optimisation, I bought mouseless.click lifetime because...fellow vim user... 😂

                  [?]Bradley M. Kühn » 🌐
                  @bkuhn@fedi.copyleft.org

                  I've used nearly every day¹ of my life since mid-1991. The thing is, I had to use (well before existed) for ≈3 months before I got Emacs — just enough time to be editor bilingual.

                  Also, IMO doing root stuff in Emacs is ill-advised (yes, I know exists), so I always use vi in a root shell.

                  ¹ It's been 12,800 days since I downloaded Emacs 18.56 (which took ≈6 nights via comp.sources). I suspect I used Emacs about 11,300 of those 12,800 days.

                  Cc: @FoxFunction

                    [?]Trev :neovim: » 🌐
                    @trevdev@fosstodon.org

                    In light of the Helix editor getting a scheme based plugin system maybe even before next year, I've decided to deep dive on it a little.

                    I love how hard my Vim muscles carry me. Most Helix motions already feel natural. Inverting selection and action is easy to adapt to.

                    Helix has damn near all my boxes ticked with zero plugin dependency. The things I am missing are just shell abstractions like :vimgrep and quick fix lists (just use sed). So, I get closer to the shell.

                      0 ★ 0 ↺

                      [?]/home$:blinkingcursor: [he/him] » 🌐
                      @hey@voidq.xyz

                      - Let's start using A.i for more productivity.
                      - Same old :no_AI_logo:

                        0 ★ 0 ↺

                        [?]/home$:blinkingcursor: [he/him] » 🌐
                        @hey@voidq.xyz

                        Who moved from to ?

                          [?]sevetech » 🌐
                          @sevepy@social.vivaldi.net

                          Books couldn't teach me effectively because the tool is too contextual (shell, version, scripting language). I ended up learning best by actually using it daily, integrating it with my shell, and writing plugins. But I think the deeper issue is that books can't account for constant evolution: updates, Neovim's ever-growing plugin landscape, different shells, scripting variations. So here's my question: is this a book problem, a Vim problem, or both?

                          I'm also exploring flashcards for learning syntax github.com/sevehub/Awesome-Fla . How do you approach learning Vim , or any other complex CLI tool, in a way that actually gets you to power‑user level?

                          What actually sticks?

                            [?]N-gated Hacker News » 🤖 🌐
                            @ngate@mastodon.social

                            Oh great, another article attempting to unravel the mysteries of , only to regale us with tales of a engineer's legendary . 🙄 Apparently, if you want to be like Bob, all you need is a custom setup and the magical ability to transform into code. ☕💻 Spoiler: productivity is still an illusion, but at least we got some sweet emoji usage out of it. 🙃
                            frantic.im/mirage/

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

                              In , gU is an *Uppercase* command. gu is a uowercase command

                                [?]Anthk » 🌐
                                @anthk@neopaquita.es

                                Fast programming with (vim-classic) and no extras
                                needed, not even Quack. ~/.vimrc for Chicken Scheme:

                                colorscheme koehler
                                au BufNewFile,BufRead *.sld setl filetype=chicken
                                let g:is_chicken = 1
                                let g:lisp_rainbow=1
                                set guioptions -=T
                                au BufNewFile,BufRead *.scm setl makeprg=csi\ -quiet\ %
                                map <F5> :make<cr>

                                Edit any .scm file, then press F5.

                                  [?]Jack C. » 🌐
                                  @GandalfDG@indieweb.social

                                  getting back to writing some and feeling like I'm starting to get into the flow. I think the breakthrough was stopping struggling with IDEs yelling at me after every character I type with squiggles and highlights, and just coding in for now.

                                  Working on implementing a for my binary tree-shaped outliner.

                                  Took some time to learn about as I'd like to use it for offline-first outline syncing.

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

                                    Underrated advantage: when using vim mode in every other editor, you don't have to learn new keybindings all the time. Shortcuts are always the same. Weird and counterintuitive, but consistent

                                      Back to top - More...