Vim for Python

Build your own Python IDE with Vim! In this articles we’ll show how to add proper syntax highlighting, auto-completion, code linting and formatting, and more. Read more

Similar

Discovering Vim’s Visual (selection) mode

Usually, when I want to operate on a block of text (for example to reflow it) I can select it with one of Vim's motion commands, such as '}' for a nominal paragraph. Vim's notion of a paragraph is sufficiently all-encompassing that this works for a lot of... (more…)

Read more »

Better yml editing in vanilla Vim

Recently, I was taking an online course in preparation for the Kubernetes exam. In the labs I had an broken Kubernetes configuration which I needed to fix only by editing it using Vim. Every time the lab started the environment was created from scratch an... (more…)

Read more »