From: David Kerkeslager Date: Tue, 9 Jul 2019 02:44:24 +0000 (-0400) Subject: Create visual cues for whitespace X-Git-Url: https://code.kerkeslager.com/?p=dotfiles;a=commitdiff_plain;h=ec1fe6f68f781895eda530a37d3159431fd2edf3 Create visual cues for whitespace --- diff --git a/.vimrc b/.vimrc index af109ae..dd1d9bd 100644 --- a/.vimrc +++ b/.vimrc @@ -87,6 +87,11 @@ syn sync fromstart " Set the color scheme to desert. colorscheme desert +" Set custom whitespace display +set list +set showbreak=↪\ +set listchars=tab:\ \ →,eol:↲,nbsp:␣,trail:•,extends:⟩,precedes:⟨ + " Unmap the arrow keys to prevent bad habits. noremap "" noremap!