One out of every 20,000 Stack Overflow visitors is just trying to exit Vim
Vim is a popular keyboard-only code editor originally released in 1991. It is famously difficult to learn, but many developers swear by it… (more…)
Read more »Vimscript is a mechanism for reshaping and extending the Vim editor. Scripting allows you to create new tools, simplify common tasks, and even redesign and replace existing editor features. This article (the first in a series) introduces the fundamental c… Read more