I tried very hard to get used to Vim. I just feel compared to something like Visual Studio Code it's still very clunky. I can understand why people who have used it for a decade prefer Vim over other text editors. They already know how to use it and how to integrate it into their workflow. For a newcomer this task, it seems, is nigh insurmountable. Are there people who recently got into it and think it's the superior…
When learning Vim it's not wise to learn about everything at once. start slow at first, lear a few commands, then when you find you are doing something many times, try to find way to optimize it. Try not to use mouse for highlighting, use different visual modes instead (visual line, visual block are great).
Here is article be the Vim author which can give you some hints on how to edit files: http://moolenaar.net/habits.html
And as he mentions there, it can be applied to making your editing more efficient with other editors as well, so it's not a waste of time :)