Journal
Thu 30 March 2023

2023-03-30

Netrw Vim's Builtin File Explorer Filetype Plugin

Netrw is Vim's file explorer, a built-in plugin for reading/writing files, and …

Journal
Fri 17 March 2023

2023-03-17

Vim's Compiler System for VLANG and Python

This note briefly describes how to compile in VIM a VLANG program and …

Journal
Fri 05 August 2022

2022-08-05

Yes, Vim Can Call DLLs

Windows shared libraries are called Dynamic-link libraries or DLLs, where .dll is used as their …

Journal
Sun 17 July 2022

2022-07-17

TIG Browser - VIM Plugin

The new major release of Vim (version 9.0) supports a new scripting language (VIM9SCRIPT) intended …

Journal
Fri 01 July 2022

2022-07-01

Vim Notes - Tags Fuzzy Finder

Vim Notes stores the list of known tags in a dedicated file, named tags. Unfortunately …

Journal
Sun 13 March 2022

2022-03-13

VIM notes server

gVim, the Vim text editor for Windows is by default compiled with the +clientserver option. This means …