Learning Vim

Why VIM

I'll simplify the process and probably come back to this later, but what I did to learn vim for the first time was as follows:

  1. Accept that I was going to be very slow and frustrated
  2. Watch a couple of videos and read a bunch of resources to get a feel for the shortcuts and movements.
  3. Courage to get into the next step
  4. Activated vim mode (or vim motions) on my main text editor (at the time, VS Code)
  5. Painfully researching every repetitive movement and finding ways to optimize
  6. Downloaded neovim
  7. Started setting up time to mess around using neovim and taking notes of what I was missing
  8. Setup nvimChad (made my life a lot easier)
  9. after getting used to nvimchad I decided to build my own neovim config.
  10. Watched Tons of videos + experience from a couple of months on the previous steps
  11. learned a bit of LUA to make my configurations.
  12. (???) profit

links Linux - MOC