Anyone who finds fault with this list = Skill issue.

  • zr0@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    10
    ·
    11 days ago

    Even though I regularly use vim for editing files, so many shortcuts and commands are still unknown. How would one approach this issue without reading the man page? Asking for a friend…

      • zr0@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        13
        ·
        11 days ago

        At first I thought you were joking. But that is actually a command. I’m surprised. Thanks!

        • cymor@midwest.social
          link
          fedilink
          English
          arrow-up
          9
          ·
          11 days ago

          No worries. I’ve been using vim for years and still don’t use anything fancier than marks and regex editing. 😄

    • expr@programming.dev
      link
      fedilink
      arrow-up
      8
      ·
      11 days ago

      vimtutor is the starting point for learning vim, but it’s fairly surface-level. To actually learn vim, you should read through the user manual by typing :help usr_01 and hitting enter in vim. It’s also accessible online here: https://vimhelp.org/usr_01.txt.html#usr_01.txt.

      It’s a fairly quick read, about 40ish pages that are reasonably short and is intended to be read straight through like a book. It provides a good overview of all of vim’s features.

      Note: this is distinct from the reference manual, which is much, much larger and isn’t intended to be read straight through.

    • iveseenthat@reddthat.com
      link
      fedilink
      arrow-up
      2
      ·
      10 days ago

      It depends on your distro. It could be sudo apt install emacs or sudo dnf install emacs or sudo pacman -S emacs, etc.