• SleeplessCityLights@programming.dev
    link
    fedilink
    arrow-up
    8
    ·
    7 days ago

    Learn Vim motions and use a plugin for another IDE. You are losing so much time and mental energy using a mouse for coding. You can also use something like NVChad with NVim and have a Vim that looks more like modern ides.

      • SleeplessCityLights@programming.dev
        link
        fedilink
        arrow-up
        2
        ·
        6 days ago

        That’s the really hard part. You will be really slow before you get fast again. I couldn’t practice at work without getting fired for getting nothing done. I had to learn at home doing projects, which also means those project basically made no progress for a while. There are some really cool things that people never talk about. Like NeoVim has this integration with JetBrains rider that acts as a bridge and connects the two. Changes are live on both and you only switch to Rider to debug.