Weekly Shaarli

All links of one week in a single page.

Week 22 (May 28, 2018)

How can I convert spaces to tabs in Vim or Linux? - Stack Overflow
:set tabstop=2      " To match the sample file
:set noexpandtab    " Use tabs, not spaces
:%retab!            " Retabulate the whole file