Category: vim (1-7 / 22 articles)

Learn Vim, the powerful text editor used by programmers, system administrators, and power users. Our tutorials and tips will help you master Vim and improve your productivity.


Thumbnail

A production‑grade exploration of Vim’s operator‑pending mode: designing custom text objects for structured editing, chaining motions into composable grammars, and building a reusable engine that turns raw Vimscript into a declarative selection language. Covers everything from omap trickery to integration with plugins and performance profiling.

... Read More


Keywords: vim text-objects operator-pending mappings vimscript ...
Thumbnail

A deep dive into a production Vim configuration for LaTeX editing built around ftplugin hooks, custom compilation viewers, snippet repositories, and automated HTML export for static sites. Explores how to transform Vim into a deterministic, keyboard-driven LaTeX environment that eliminates boilerplate and integrates with modern developer toolchains.

... Read More


Keywords: vim latex tex automation snippets ...
Thumbnail

Learn how to extend the RunScriptFilter pattern to turn plain text into HTML instantly inside Vim. Convert lists into styled

  • tags, wrap paragraphs in

    , generate