Im considering spending some serious time learning one of the above. Two principle engineers I work with exclusively use them, and watching them work is incredible, the speed they move and get things done is pure wizadry. Can anyone learn this skill? For what it’s worth, the alternative is learning VScode. I’ve exclusive used Android Studio in my career.

  • SebKra@feddit.de
    link
    fedilink
    arrow-up
    0
    ·
    1 year ago

    Using Vim-Bindings in an IDE is nice, but I could live without them.

    The structurally-aware commands of your IDE are at least as important. (expand selection, surround, refactorings, the contextual commands on alt-enter, …)

    Do not replace your IDE with cli vim.

    • Artemisia@beehaw.org
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      No, definitely not, but consider learning how to express such things in Vim, then apply Vim bindings to your IDE.