Developer resume generator

A high quality resume in 5 minutes - automatically generated from your gitconnected profile

Scripting the Vim Editor

(ibm.com)
Variables, values, and expressions
ibm.com

Variables, values, and expressions

Created by Damian ConwayPublished on May 06, 2009

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 components of the Vimscript programming langua…

Review the Tutorial