How to Vim: Fixing Typos
Here’s another small Vim tip - how to deal with typos quickly. Generally, most people do something along those lines:
Here’s another small Vim tip - how to deal with typos quickly. Generally, most people do something along those lines:
One of my pet peeves with Vim is that by default the buffer splitting behaves a bit weird:
When I started to play with OCaml I was kind of surprised that there was no id (identity) function that was available out-of-box (in Stdlib module, that’s au...
Today I’m going to cover a very basic topic - conversions between OCaml’s primary numeric types int and float. I guess most of you are wondering if such a ba...
zoxide is a smart and fast alternative to cd that learns your directory usage patterns and allows you to jump to directories quickly. It’s one of my favorite...