Bits of string: vim

(§) :helpgrep does a grep on the help files and fills the quickfix list with hits. :Helptags from fzf does a fuzzy search on help tags.

(§) CTRL+A increments a number; CTRL+X decrements.

(§) Stan suport for nvim-treesitter (202411200926).

(§) :[range]g/[pattern]/[cmd] does cmd on the lines in [range] if they match [pattern] .

(§) Useful for ranges: % is entire file; . is current line; $ is end of file. Obviously 1 is start of file (first line).

Backlinks:

this file last touched 2026.01.29