• dejected_warp_core@lemmy.world
    link
    fedilink
    arrow-up
    9
    arrow-down
    1
    ·
    13 days ago

    I would argue that vim is fantastic for a lot of editing and coding tasks, just not all of them.

    Where it utterly fails is with deep trees of files in codebases, like you see in Java or some Javascript/Typescript apps. Even with a robust suite of add-ons, you wind up backing into full-bore IDE territory to manage that much filesystem complexity. Only difference is that navigating and managing a large file tree w/o a mouse is kind of torture.

    • ivn@jlai.lu
      link
      fedilink
      arrow-up
      11
      ·
      13 days ago

      Fuzzy finding really shine for this use case, no need for a mouse.