The editor war is the rivalry between users of the Emacs and vi (now usually Vim, or recently Neovim) text editors. The rivalry has become a lasting part of hacker culture and the free software community.
(more…)
Read more »
One second to read GitHub code with vim. Contribute to drzel/vim-repo-edit development by creating an account on GitHub. (more…)
Read more »
Vim-Clap has now integrated the tree-sitter highlighting for both Vim and Neovim. Install the latest vim-clap, enable the experimental plugin and invoke :Cla... (more…)
Read more »
In a pinch, I needed to randomize the order of a few thousand lines of plain text. In Linux you can just pipe the file through sort, even right inside Vim: (more…)
Read more »
Vim templates or skeletons, allow you to specify a template to be used for new files with a certain extension. (more…)
Read more »