Search and replace in multiple files using vim
Search and replace in multiple files using vim – (source Stack Overflow) It is as simple as Use: The first line sets auto-write mode, so when you switch between files,…
A civil engineer with a longlife fondness for Software Libero
Search and replace in multiple files using vim – (source Stack Overflow) It is as simple as Use: The first line sets auto-write mode, so when you switch between files,…
di’ —delete inside the ‘single quotes’. da” — delete around the “double quotes”. dit — delete inside the html tags. ci. From: Why Vim is better than VSCode. After Github…
TL;DR To make a default Vim installation more useful, type the following 5 lines into its .vimrc file: set hlsearch " highlight all search results set ignorecase " do case…
How do I paste from PuTTY into Vim 8.0? Well, nice question, as I found it quite annoying that the usual right click on the mouse doesn’t work. In fact…
Oldies but goldies. I found those in the Download directory at work. I downloaded them in 2006, 9 years ago. Of course they are still ripe and useful, as vi/vim…
Time to install a proper plugin manager for my modular, infinitely-ductile Vim: Vundle, the plug-in manager for Vim http://github.com/gmarik/vundle