DEV Community

Oleksii Kraievyi
Oleksii Kraievyi

Posted on

Today, I decided to use vim in my day to day job

This weekend, I was really inspired to start doing something new . I've been watching lots of cool videos about shell and different command line utilities so I've blown the dust out of my Windows Terminal and installed zsh and decided to use vim as the code editor.

https://github.com/ohmyzsh/ohmyzsh

With powerlevel10k theme

https://github.com/romkatv/powerlevel10k

Once installed, edit .zshrc file

ZSH_THEME="powerlevel10k/powerlevel10k"

And for vim I used vimtutor for learning and ideavim plugin for my JetBrains Rider (i can't really refuse to use code completion and cool refactorings, sorry for that)) )

Next week, I will write a small review about my experience with vim. Stay tuned

Top comments (0)