This article is just a selection of things I found helpful when switching to vim. (more…)
Read more »
I have been using Vim for almost a decade now and this new year I decided to switch to Visual Studio Code. But why? (more…)
Read more »
Below are some simple methods for exiting vim. Contribute to hakluke/how-to-exit-vim development by creating an account on GitHub. (more…)
Read more »
One of the best ideas in Vi and Vim, which I rightfully see praised online frequently, is the idea of a “composable text editing language”. Vi has a bunch of movements, like `w` for “forward word”, and some operations, like `d` for “delete”, and you can p... (more…)
Read more »