Text Editor
VIM Fun
VIM is a great tool to master for anyone interfacing with a computer. The documentation is really good and trying to find stuff to read is relatively easy with :help [keyword]. However some of its...
read articleVIM
I started learning vim sometime ago and now use it all the time. I use the following plugins: FZF - for fuzzy file finding Ripgrep - for pattern searching COC - for code completion vim-airline - for...
read article