Vim-Easymotion on macOS UI

Access macOS UI elements with your fingers stay on keyboard. Inspired by vim-easymotion & avy-mode. – GitHub – dwarvesf/VimMotionApp: Access macOS UI elements with your fingers stay on keyboard… Read more

Similar

Vim gets :terminal

Problem: No terminal emulator support. Cannot properly run commands in the GUI. Cannot run a job interactively with an ssh connection. Solution: Very early implementation of the ... (more…)

Read more »

Turning Vim into an R IDE

Warning: No, this is not the R setup to use if you are a beginner. The RStudio IDE is amazing and should probably always be your default tool. However, if you happen to belong to the outcast realms… (more…)

Read more »

Here is 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 »

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. (more…)

Read more »