Vim and Language Server Protocol

In this article, we’ll quickly talk about what is a language server, why we need the LSP protocol, and how to set up it with Vim… Read more

Similar

Why Vim uses hjkl keys as arrow keys

I was reading about vim the other day and found out why it used `hjkl` keys as arrow keys. When Bill Joy created the vi text editor he used the ADM-3A terminal, which had the arrows on hjkl keys. Naturally he reused the same keys and the rest is history. ... (more…)

Read more »

Trying Out Vim

Vim (Vi IMproved) is a highly configurable text editor built to make creating and changing any kind of text very efficiently. It is included as "vi" with most UNIX systems and with Apple OS X.I attempted to learn Vim quite a few times before but coul... (more…)

Read more »