Daily Shaarli

All links of one day in a single page.

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