• finestnothing@lemmy.world
    link
    fedilink
    arrow-up
    11
    ·
    10 months ago

    Upvoted for make and c, highly disagree on vi/vim though. It’s significantly nicer not having to use a mouse for 95% of my work. Need to delete between two quotations to replace it? v, i, ", d does it. Whole line? d, d. Beginning of end of document? G or gg. There are keyboards to streamline just about any movement or operation, and none involve the mouse. I still need the mouse for clicking stuff in vs code, but that’s mostly just when committing.

    Side shout out to emacs, it’s lost popularity over time, but it can do just about anything

    • Faresh@lemmy.ml
      link
      fedilink
      English
      arrow-up
      1
      ·
      10 months ago

      For any interested Vi(m) user, one can install evil-mode to get vi keybindings in GNU Emacs.

        • finestnothing@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          10 months ago

          Emacs editor commands are kind of clunky, you hold Ctrl or alt a lot and the movement commands are less intuitive and smooth than vi/vim keyboards imo. I’ve heard it described as: emacs has a text editor, vim is a text editor. Vim is great at editing and moving around in documents, selecting and editing text, and basically anything editor based. Emacs can do notes (org mode, linking notes, searching notes, etc), web browser, file browser, git (better git interface than vim), calendar, agenda, music playing, email… and that’s all without plugins