Friday

vim show tabstops

 
" highlight tabs and trailing spaces
set listchars=tab:>-,trail:-
set list
set tabstop=4


1 comment:

Anonymous said...

For visual studio editor you can use this Hotkey: (CTRL + R, CTRL + W)

test smtp server with powershell

Send-MailMessage -SMTPServer smtp.domain.com -To [email protected] -From [email protected] -Subject "This is a test email" -Body ...