Day 693
Jira formatting
Didn’t know that underline is marked +like this+. Why can’t we just agree on a flavour of markdown :(
vim
Changed my main dtb log file from using spaces to using tabs. 1
:set tabstop=2      " To match the sample file
:set noexpandtab    " Use tabs, not spaces
:%retab!            " Retabulate the whole file
Added set listchars=tab:\:\  to vimrc. NB space at the end.
				
					Nel mezzo del deserto posso dire tutto quello che voglio.
				
			
comments powered by Disqus