Comment-out printks with Vim
- Zach Pfeffer
- May 16, 2018
- 1 min read

This post shows how to comment out all the printks in Vim.
The following command will put /* and */ around all printks (in all lines), after getting confirmation on each replacement
References