Introduction to Vim Abbreviations

:: Jan 5, 2021 :: Read more

Similar

Vim TAGS lookup

A tags file is a classic UNIX format for storing an index of where symbols are defined in a source tree, for ease of finding a symbol definition from within an editor. Both vim and emacs have native... (more…)

Read more »

Folding in Vim

Folding is a way to collapse some chunks of code and thus hiding it from the view. That comes handy if you want to focus on editing of some other part of the file and don't want everything else to clutter your view. (more…)

Read more »