I’d like actual examples instead of “I work faster”, something like “I can move straight to the middle of the file with 7mv” or “I can keep 4 different text snippets in memory and paste each with a number+pt, like 2pt”, things that you actually use somewhat frequently instead of what you can do, but probably only did once.

  • 🦄🦄🦄
    link
    fedilink
    Deutsch
    162 months ago

    I am logged into various servers via ssh constantly and nano or vim (or at least vi) are installed pretty much by default everywhere.

      • @[email protected]
        link
        fedilink
        3
        edit-2
        2 months ago

        How could I live without dd, vap, 99j, 99k, 555gg, zt, zz, zb, [, ]?

        If these were the only vim commands it would still be better than Nano.

        • @[email protected]
          link
          fedilink
          22 months ago

          For me it’s plain ol’ tT and fF. I get frightfully bored when a text field makes me use Home/End/arrows 😪

          It’s like, I know where I want the cursor, just let me GO there. And no manually moving my cursor into position is not it. It’s so not it

          • @[email protected]
            link
            fedilink
            2
            edit-2
            2 months ago

            I don’t know this command, about to test it out.

            I always use 0 and $, then W and B to leapfrog words manually 💀

            Thanks!

            • @[email protected]
              link
              fedilink
              22 months ago

              Welcome! I also stumbled upon these after I’d been using vim for a while. You’ve probably seen them in guides but glossed over them like I did originally. But once you get used to using these keys, you’ll wonder how you lived without them!

              Used in combos like f(dib (delete function parameters), or 2t. (go back two periods, or sentences) they’re so great for moving within a long row.