Using GPT-3 to generate Vim commands

To program GPT-3, you must give it a prompt. To do this, one of the things you need to do is clean your data into a prompt GPT-3 likes. Given a natural language prompt, this modifies the text accordingly, saving time. Here are some of the things it can do… Read more

Similar

Configuring Vim as an IDE

VIM is the infamous text editor(only?, think again!) which I was scared to use initially. It is too overwhelming for new programmers. Fortunately, or unfortunately, I had to do software development and testing inside a Virtual Machine for a particular Ope... (more…)

Read more »

Thoughts on Vim Bindings

It started with a colleague of mine mentioning that he’d started using Vim bindings in his non-Vim editor, and he quite preferred it. I thought I’d give it a try, and haven’t looked back. I find it empowering being able to do quite complex things with a f... (more…)

Read more »