paint-brush
My Vim crash course pt.2by@drodil
310 reads
310 reads

My Vim crash course pt.2

by Heikki HellgrenMarch 20th, 2018
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

<strong>If you missed the first part you can find it </strong><a href="https://medium.com/@drodil/my-vim-crashcourse-1d50d4e9d558" target="_blank"><strong>here</strong></a><strong>.</strong>

People Mentioned

Mention Thumbnail

Company Mentioned

Mention Thumbnail
featured image - My Vim crash course pt.2
Heikki Hellgren HackerNoon profile picture

If you missed the first part you can find it here.

Learning more Vim has become my everyday job as I am doing most of my work with it now. I always try to find a faster way to change code with the editor — fewer keystrokes means better productivity.

Still I have struggled with for example getting autocomplete working properly in C++and I have tried multiple different plugins for that. After all the struggle I, after all, decided to use the (bloated) YouCompleteMe plugin. It’s not the most optimal but it works. If you have better alternatives, please let me know!

Sharing the knowledge

I have completed vimtutor almost every day for the past two weeks. Doing that makes the commands go and stay in the back of your head. Only thing that was troubling me with the vimtutor is that it doesn’t cover enough to actually see productivity growth. That’s why I decided to (TADAAA) create my own vimtutor which can be found from GitHub link below.


drodil/codetutor.vim_Contribute to codetutor.vim development by creating an account on GitHub._github.com

Contributions and feedback to the tutor are more than welcome!

Also you can find my dotfiles repository here if you are interested in my vim / other configuration files. Special thanks to Markku Ahvenjärvi for the support and sharing his dotfiles!

About me

I am Heikki Hellgren, Software developer and technology enthusiast working at Elektrobit Automotive. My interests are in software construction, tools, automatic testing and all the new and cool stuff like AI and autonomous driving. You can follow me on Medium and Twitter. Also you can check out my website for more information.